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

  /external/chromium_org/third_party/icu/source/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 53 UChar* myDateFormat(UDateFormat* dat, UDate d1)
cmsgtst.c 451 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0)
455 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) );
545 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0)
549 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) );
638 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0
    [all...]
ccaltst.c 304 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) );
496 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0)
578 if(u_strcmp(myDateFormat(datdef, d1), temp)==0)
609 if(u_strcmp(myDateFormat(datdef, d1), temp)==0)
    [all...]
cdattst.c 188 result=myDateFormat(fr, d);
202 fmtted = myDateFormat(it,d);
228 if(u_strcmp(myDateFormat(def, d1),temp)!=0)
    [all...]
  /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 457 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(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)) );
531 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0)
679 if(u_strcmp(myDateFormat(datdef, d1), temp)==0)
710 if(u_strcmp(myDateFormat(datdef, d1), temp)==0)
    [all...]
cdattst.c 193 result=myDateFormat(fr, d);
207 fmtted = myDateFormat(it,d);
233 if(u_strcmp(myDateFormat(def, d1),temp)!=0)
    [all...]

Completed in 499 milliseconds