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

/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcformtst.h29 UChar* myDateFormat(UDateFormat *dat, UDate d);
H A Dcdtdptst.c139 fmtChars = myDateFormat(f, d);
176 log_err("FAIL: Expected: %s\n", austrdup(myDateFormat(format, expected)) );
179 f=myDateFormat(format, date);
211 now=myDateFormat(format, date1);
216 else then=myDateFormat(format, date2);
265 juneStr = myDateFormat(fmt, june);
266 julyStr = myDateFormat(fmt, july);
273 date = myDateFormat(fmt, d);
276 UChar* out1 = myDateFormat(fmt, june);
277 UChar* out2 = myDateFormat(fm
[all...]
H A Dcformtst.c59 UChar* myDateFormat(UDateFormat* dat, UDate d1) function
H A Dcmsgtst.c457 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0)
461 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) );
551 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0)
555 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) );
644 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def
[all...]
H A Dccaltst.c340 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) );
536 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0)
685 if(u_strcmp(myDateFormat(datdef, d1), temp)==0)
716 if(u_strcmp(myDateFormat(datdef, d1), temp)==0)
1237 log_verbose("%s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)));
1249 u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1314 log_verbose("date = %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1331 /*printf("offset for %s %f hr\n", austrdup(myDateFormat(datfor, date1)), temp);*/
1443 /*log_verbose(austrdup(myDateFormat(da
[all...]
H A Dcdattst.c193 result=myDateFormat(fr, d);
207 fmtted = myDateFormat(it,d);
233 if(u_strcmp(myDateFormat(def, d1),temp)!=0)

Completed in 158 milliseconds