Searched refs:ucal_getDSTSavings (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | ucal.h | 747 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | ucal.h | 714 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | ucal.h | 714 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 112 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings() function
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucal.cpp | 113 ucal_getDSTSavings(const char16_t* zoneID, UErrorCode* ec) { in ucal_getDSTSavings() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 112 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings() function
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 173 #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 D | ccaltst.c | 220 /*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 D | urename.h | 529 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 527 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 523 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) macro
|
Completed in 44 milliseconds