Searched refs:datdef (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 111 UDateFormat *datdef = 0; in TestCalendar() local 344 datdef=udat_open(UDAT_FULL,UDAT_FULL ,NULL, NULL, 0,NULL,0,&status); in TestCalendar() 349 …S: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) ); in TestCalendar() 488 udat_close(datdef); in TestCalendar() 503 UDateFormat *datdef = 0; in TestGetSetDateAPI() local 522 datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US",fgGMTID,-1,NULL,0, &status); in TestGetSetDateAPI() 545 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0) in TestGetSetDateAPI() 694 if(u_strcmp(myDateFormat(datdef, d1), temp)==0) in TestGetSetDateAPI() 703 verify1("1999 10th day of January is :", caldef, datdef, 1999, UCAL_JANUARY, 10); in TestGetSetDateAPI() 705 verify1("1999 3rd day of December is :", caldef, datdef, 1999, UCAL_DECEMBER, 3); in TestGetSetDateAPI() [all …]
|
D | cdtrgtst.h | 50 UChar* myFormatit(UDateFormat* datdef, UDate d1);
|
D | cdtrgtst.c | 604 UChar* myFormatit(UDateFormat* datdef, UDate d1) in myFormatit() argument 611 resultlengthneeded=udat_format(datdef, d1, NULL, resultlength, NULL, &status); in myFormatit() 618 udat_format(datdef, d1, result1, resultlength, NULL, &status); in myFormatit()
|