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

/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcdattst.c987 static void VerifygetSymbols(UDateFormat* datfor, UDateFormatSymbolType type, int32_t idx, const char* expected) argument
998 resultlengthout=udat_getSymbols(datfor, type, idx , NULL, resultlength, &status);
1004 udat_getSymbols(datfor, type, idx, result, resultlength, &status);
1022 static void VerifysetSymbols(UDateFormat* datfor, UDateFormatSymbolType type, int32_t idx, const char* expected) argument
1031 udat_setSymbols(datfor, type, idx, value, u_strlen(value), &status);
1039 resultlengthout=udat_getSymbols(datfor, type, idx, NULL, resultlength, &status);
1044 udat_getSymbols(datfor, type, idx, result, resultlength, &status);
H A Dccaltst.c1205 UDateFormat *datfor = 0; local
1219 datfor=udat_open(UDAT_MEDIUM,UDAT_MEDIUM ,NULL, fgGMTID,-1,NULL, 0, &status);
1237 log_verbose("%s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)));
1249 u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1256 udat_close(datfor);
1280 UDateFormat *datfor = 0; local
1298 datfor=udat_open(UDAT_MEDIUM,UDAT_MEDIUM ,NULL, fgGMTID,-1,NULL, 0, &status);
1314 log_verbose("date = %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1331 /*printf("offset for %s %f hr\n", austrdup(myDateFormat(datfor, date1)), temp);*/
1351 udat_close(datfor);
[all...]

Completed in 203 milliseconds