Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ducal.h747 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
/third_party/icu/icu4c/source/i18n/unicode/
H A Ducal.h714 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ducal.h714 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
/third_party/icu/icu4c/source/i18n/
H A Ducal.cpp112 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings() function
/third_party/node/deps/icu-small/source/i18n/
H A Ducal.cpp113 ucal_getDSTSavings(const char16_t* zoneID, UErrorCode* ec) { in ucal_getDSTSavings() function
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducal.cpp112 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings() function
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp173 #undef ucal_getDSTSavings macro
1035 int32_t ucal_getDSTSavings(const UChar *zoneID, UErrorCode *ec) in ucal_getDSTSavings() function
1037 return U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings)(zoneID, ec); in ucal_getDSTSavings()
/third_party/icu/icu4c/source/test/cintltst/
H A Dccaltst.c220 /*Test ucal_getDSTSavings*/ in TestCalendar()
222 i = ucal_getDSTSavings(fgGMTID, &status); in TestCalendar()
224 log_err("FAIL: ucal_getDSTSavings(GMT) => %s\n", in TestCalendar()
227 log_data_err("FAIL: ucal_getDSTSavings(GMT) => %d, expect 0 (Are you missing data?)\n", i); in TestCalendar()
229 i = ucal_getDSTSavings(PST, &status); in TestCalendar()
231 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n", in TestCalendar()
234 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000); in TestCalendar()
/third_party/icu/icu4c/source/common/unicode/
H A Durename.h529 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h527 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h523 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) macro

Completed in 47 milliseconds