/external/chromium/third_party/icu/source/test/cintltst/ |
cdtrgtst.h | 47 UChar* myFormatit(UDateFormat* datdef, UDate d1);
|
ccaltst.c | 85 UDateFormat *datdef = 0; local 294 datdef=udat_open(UDAT_FULL,UDAT_FULL ,NULL, NULL, 0,NULL,0,&status); 299 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) ); 437 udat_close(datdef); 452 UDateFormat *datdef = 0; local 465 /*datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL,fgGMTID,-1, &status);*/ 466 datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US",fgGMTID,-1,NULL,0, &status); 490 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0) 572 if(u_strcmp(myDateFormat(datdef, d1), temp)==0 641 UDateFormat *datdef = 0; local [all...] |
cdtrgtst.c | 587 UChar* myFormatit(UDateFormat* datdef, UDate d1) 594 resultlengthneeded=udat_format(datdef, d1, NULL, resultlength, NULL, &status); 601 udat_format(datdef, d1, result1, resultlength, NULL, &status);
|
/external/icu4c/test/cintltst/ |
cdtrgtst.h | 47 UChar* myFormatit(UDateFormat* datdef, UDate d1);
|
ccaltst.c | 89 UDateFormat *datdef = 0; local 298 datdef=udat_open(UDAT_FULL,UDAT_FULL ,NULL, NULL, 0,NULL,0,&status); 303 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) ); 442 udat_close(datdef); 457 UDateFormat *datdef = 0; local 470 /*datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL,fgGMTID,-1, &status);*/ 471 datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US",fgGMTID,-1,NULL,0, &status); 495 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0) 577 if(u_strcmp(myDateFormat(datdef, d1), temp)==0 646 UDateFormat *datdef = 0; local [all...] |
cdtrgtst.c | 588 UChar* myFormatit(UDateFormat* datdef, UDate d1) 595 resultlengthneeded=udat_format(datdef, d1, NULL, resultlength, NULL, &status); 602 udat_format(datdef, d1, result1, resultlength, NULL, &status);
|