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

/external/icu4c/test/cintltst/
H A Dcdattst.c861 static void VerifygetSymbols(UDateFormat* datfor, UDateFormatSymbolType type, int32_t idx, const char* expected) argument
872 resultlengthout=udat_getSymbols(datfor, type, idx , NULL, resultlength, &status);
878 udat_getSymbols(datfor, type, idx, result, resultlength, &status);
896 static void VerifysetSymbols(UDateFormat* datfor, UDateFormatSymbolType type, int32_t idx, const char* expected) argument
905 udat_setSymbols(datfor, type, idx, value, u_strlen(value), &status);
913 resultlengthout=udat_getSymbols(datfor, type, idx, NULL, resultlength, &status);
918 udat_getSymbols(datfor, type, idx, result, resultlength, &status);
H A Dccaltst.c1081 UDateFormat *datfor = 0; local
1095 datfor=udat_open(UDAT_MEDIUM,UDAT_MEDIUM ,NULL, fgGMTID,-1,NULL, 0, &status);
1113 log_verbose("%s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)));
1125 u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1132 udat_close(datfor);
1156 UDateFormat *datfor = 0; local
1174 datfor=udat_open(UDAT_MEDIUM,UDAT_MEDIUM ,NULL, fgGMTID,-1,NULL, 0, &status);
1190 log_verbose("date = %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1207 /*printf("offset for %s %f hr\n", austrdup(myDateFormat(datfor, date1)), temp);*/
1227 udat_close(datfor);
[all...]

Completed in 73 milliseconds