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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdtrgtst.h47 UChar* myFormatit(UDateFormat* datdef, UDate d1);
H A Dccaltst.c102 UDateFormat *datdef = 0; local
335 datdef=udat_open(UDAT_FULL,UDAT_FULL ,NULL, NULL, 0,NULL,0,&status);
340 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) );
479 udat_close(datdef);
494 UDateFormat *datdef = 0; local
512 /*datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL,fgGMTID,-1, &status);*/
513 datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US",fgGMTID,-1,NULL,0, &status);
536 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0)
685 if(u_strcmp(myDateFormat(datdef, d
755 UDateFormat *datdef = 0; local
[all...]
H A Dcdtrgtst.c602 UChar* myFormatit(UDateFormat* datdef, UDate d1) argument
609 resultlengthneeded=udat_format(datdef, d1, NULL, resultlength, NULL, &status);
616 udat_format(datdef, d1, result1, resultlength, NULL, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dcdtrgtst.h47 UChar* myFormatit(UDateFormat* datdef, UDate d1);
H A Dccaltst.c103 UDateFormat *datdef = 0; local
336 datdef=udat_open(UDAT_FULL,UDAT_FULL ,NULL, NULL, 0,NULL,0,&status);
341 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) );
480 udat_close(datdef);
495 UDateFormat *datdef = 0; local
513 /*datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL,fgGMTID,-1, &status);*/
514 datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US",fgGMTID,-1,NULL,0, &status);
537 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0)
686 if(u_strcmp(myDateFormat(datdef, d
756 UDateFormat *datdef = 0; local
[all...]
H A Dcdtrgtst.c602 UChar* myFormatit(UDateFormat* datdef, UDate d1) argument
609 resultlengthneeded=udat_format(datdef, d1, NULL, resultlength, NULL, &status);
616 udat_format(datdef, d1, result1, resultlength, NULL, &status);

Completed in 147 milliseconds