HomeSort by relevance Sort by last modified time
    Searched refs:myDateFormat (Results 1 - 6 of 6) sorted by null

  /external/icu4c/test/cintltst/
cformtst.h 29 UChar* myDateFormat(UDateFormat *dat, UDate d);
cdtdptst.c 137 fmtChars = myDateFormat(f, d);
174 log_err("FAIL: Expected: %s\n", austrdup(myDateFormat(format, expected)) );
177 f=myDateFormat(format, date);
209 now=myDateFormat(format, date1);
214 else then=myDateFormat(format, date2);
263 juneStr = myDateFormat(fmt, june);
264 julyStr = myDateFormat(fmt, july);
271 date = myDateFormat(fmt, d);
274 UChar* out1 = myDateFormat(fmt, june);
275 UChar* out2 = myDateFormat(fmt, d)
    [all...]
cformtst.c 57 UChar* myDateFormat(UDateFormat* dat, UDate d1)
cmsgtst.c 453 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0)
457 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) );
547 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0)
551 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) );
640 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0
    [all...]
ccaltst.c 335 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) );
530 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0)
659 if(u_strcmp(myDateFormat(datdef, d1), temp)==0)
690 if(u_strcmp(myDateFormat(datdef, d1), temp)==0)
    [all...]
cdattst.c 191 result=myDateFormat(fr, d);
205 fmtted = myDateFormat(it,d);
231 if(u_strcmp(myDateFormat(def, d1),temp)!=0)
    [all...]

Completed in 102 milliseconds