Searched refs:datdef (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 114 UDateFormat *datdef = 0; in TestCalendar() local 359 datdef=udat_open(UDAT_FULL,UDAT_FULL ,NULL, NULL, 0,NULL,0,&status); in TestCalendar() 369 …S: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) ); in TestCalendar() 508 udat_close(datdef); in TestCalendar() 523 UDateFormat *datdef = 0; in TestGetSetDateAPI() local 542 datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US",fgGMTID,-1,NULL,0, &status); in TestGetSetDateAPI() 549 udat_close(datdef); in TestGetSetDateAPI() 569 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0) in TestGetSetDateAPI() 718 if(u_strcmp(myDateFormat(datdef, d1), temp)==0) in TestGetSetDateAPI() 727 verify1("1999 10th day of January is :", caldef, datdef, 1999, UCAL_JANUARY, 10); in TestGetSetDateAPI() [all …]
|
D | cdtrgtst.h | 50 UChar* myFormatit(UDateFormat* datdef, UDate d1);
|
D | cdtrgtst.c | 605 UChar* myFormatit(UDateFormat* datdef, UDate d1) in myFormatit() argument 612 resultlengthneeded=udat_format(datdef, d1, NULL, resultlength, NULL, &status); in myFormatit() 619 udat_format(datdef, d1, result1, resultlength, NULL, &status); in myFormatit()
|