Searched defs:datdef (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcdtrgtst.c587 UChar* myFormatit(UDateFormat* datdef, UDate d1) argument
594 resultlengthneeded=udat_format(datdef, d1, NULL, resultlength, NULL, &status);
601 udat_format(datdef, d1, result1, resultlength, NULL, &status);
H A Dccaltst.c85 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, d
641 UDateFormat *datdef = 0; local
[all...]

Completed in 15 milliseconds