Searched refs:ucal_getDSTSavings (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducal.h652 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h652 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducal.cpp92 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { function
/external/icu/icu4c/source/i18n/
H A Ducal.cpp92 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { function
/external/icu/icu4c/source/common/unicode/
H A Durename.h506 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h516 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c203 /*Test ucal_getDSTSavings*/
205 i = ucal_getDSTSavings(fgGMTID, &status);
207 log_err("FAIL: ucal_getDSTSavings(GMT) => %s\n",
210 log_data_err("FAIL: ucal_getDSTSavings(GMT) => %d, expect 0 (Are you missing data?)\n", i);
212 i = ucal_getDSTSavings(PST, &status);
214 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
217 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000);
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c204 /*Test ucal_getDSTSavings*/
206 i = ucal_getDSTSavings(fgGMTID, &status);
208 log_err("FAIL: ucal_getDSTSavings(GMT) => %s\n",
211 log_data_err("FAIL: ucal_getDSTSavings(GMT) => %d, expect 0 (Are you missing data?)\n", i);
213 i = ucal_getDSTSavings(PST, &status);
215 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
218 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000);

Completed in 5497 milliseconds