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

/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1206 UDateFormat *datfor = 0; local
1220 datfor=udat_open(UDAT_MEDIUM,UDAT_MEDIUM ,NULL, fgGMTID,-1,NULL, 0, &status);
1238 log_verbose("%s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)));
1250 u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1257 udat_close(datfor);
1281 UDateFormat *datfor = 0; local
1299 datfor=udat_open(UDAT_MEDIUM,UDAT_MEDIUM ,NULL, fgGMTID,-1,NULL, 0, &status);
1315 log_verbose("date = %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1332 /*printf("offset for %s %f hr\n", austrdup(myDateFormat(datfor, date1)), temp);*/
1352 udat_close(datfor);
[all...]
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);

Completed in 116 milliseconds