Searched refs:myDateFormat (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cdtdptst.c | 139 fmtChars = myDateFormat(f, d); in TestPartialParse994() 176 log_err("FAIL: Expected: %s\n", austrdup(myDateFormat(format, expected)) ); in tryPat994() 179 f=myDateFormat(format, date); in tryPat994() 211 now=myDateFormat(format, date1); in TestRunTogetherPattern985() 216 else then=myDateFormat(format, date2); in TestRunTogetherPattern985() 265 juneStr = myDateFormat(fmt, june); in TestCzechMonths459() 266 julyStr = myDateFormat(fmt, july); in TestCzechMonths459() 273 date = myDateFormat(fmt, d); in TestCzechMonths459() 276 UChar* out1 = myDateFormat(fmt, june); in TestCzechMonths459() 277 UChar* out2 = myDateFormat(fmt, d); in TestCzechMonths459() [all …]
|
D | cmsgtst.c | 456 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestNewFormatAndParseAPI() 460 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestNewFormatAndParseAPI() 550 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestSampleFormatAndParseWithError() 554 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestSampleFormatAndParseWithError() 643 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestSampleFormatAndParse() 647 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestSampleFormatAndParse()
|
D | cformtst.h | 29 UChar* myDateFormat(UDateFormat *dat, UDate d);
|
D | cformtst.c | 61 UChar* myDateFormat(UDateFormat* dat, UDate d1) in myDateFormat() function
|
D | ccaltst.c | 341 …S: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) ); in TestCalendar() 537 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0) in TestGetSetDateAPI() 686 if(u_strcmp(myDateFormat(datdef, d1), temp)==0) in TestGetSetDateAPI() 717 if(u_strcmp(myDateFormat(datdef, d1), temp)==0) in TestGetSetDateAPI() 1238 log_verbose("%s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1))); in TestDOWProgression() 1250 u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) ); in TestDOWProgression() 1315 log_verbose("date = %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) ); in testZones() 1453 … log_err("Got %s Expected %d/%d/%d \n", austrdup(myDateFormat(dat, d1)), year, month + 1, day ); in verify1() 1485 log_verbose("%s\n" , u_austrcpy(tempMsgBuf, myDateFormat(dat, d1)) ); in verify2() 1494 log_err("Got %s Expected %d/%d/%d/ %d:%d:%d %s\n", austrdup(myDateFormat(dat, d1)), in verify2()
|
D | cdattst.c | 200 result=myDateFormat(fr, d); in TestDateFormat() 214 fmtted = myDateFormat(it,d); in TestDateFormat() 240 if(u_strcmp(myDateFormat(def, d1),temp)!=0) in TestDateFormat()
|