Home
last modified time | relevance | path

Searched refs:myDateFormat (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcdtdptst.c141 fmtChars = myDateFormat(f, d); in TestPartialParse994()
178 log_err("FAIL: Expected: %s\n", austrdup(myDateFormat(format, expected)) ); in tryPat994()
181 f=myDateFormat(format, date); in tryPat994()
213 now=myDateFormat(format, date1); in TestRunTogetherPattern985()
218 else then=myDateFormat(format, date2); in TestRunTogetherPattern985()
267 juneStr = myDateFormat(fmt, june); in TestCzechMonths459()
268 julyStr = myDateFormat(fmt, july); in TestCzechMonths459()
275 date = myDateFormat(fmt, d); in TestCzechMonths459()
278 UChar* out1 = myDateFormat(fmt, june); in TestCzechMonths459()
279 UChar* out2 = myDateFormat(fmt, d); in TestCzechMonths459()
[all …]
Dcmsgtst.c458 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestNewFormatAndParseAPI()
462 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestNewFormatAndParseAPI()
554 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestSampleFormatAndParseWithError()
558 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestSampleFormatAndParseWithError()
650 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestSampleFormatAndParse()
654 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestSampleFormatAndParse()
Dcformtst.h31 UChar* myDateFormat(UDateFormat *dat, UDate d);
Dcformtst.c67 UChar* myDateFormat(UDateFormat* dat, UDate d1) in myDateFormat() function
Dccaltst.c349 …S: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) ); in TestCalendar()
545 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0) in TestGetSetDateAPI()
694 if(u_strcmp(myDateFormat(datdef, d1), temp)==0) in TestGetSetDateAPI()
725 if(u_strcmp(myDateFormat(datdef, d1), temp)==0) in TestGetSetDateAPI()
1246 log_verbose("%s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1))); in TestDOWProgression()
1258 u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) ); in TestDOWProgression()
1323 log_verbose("date = %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) ); in testZones()
1461 … log_err("Got %s Expected %d/%d/%d \n", austrdup(myDateFormat(dat, d1)), year, month + 1, day ); in verify1()
1493 log_verbose("%s\n" , u_austrcpy(tempMsgBuf, myDateFormat(dat, d1)) ); in verify2()
1502 log_err("Got %s Expected %d/%d/%d/ %d:%d:%d %s\n", austrdup(myDateFormat(dat, d1)), in verify2()
Dcdattst.c200 result=myDateFormat(fr, d); in TestDateFormat()
214 fmtted = myDateFormat(it,d); in TestDateFormat()
240 if(u_strcmp(myDateFormat(def, d1),temp)!=0) in TestDateFormat()