Home
last modified time | relevance | path

Searched defs:zoneID (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Ducal.cpp35 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone()
87 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) { in ucal_setDefaultTimeZone()
112 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings()
151 ucal_open( const UChar* zoneID, in ucal_open()
214 const UChar* zoneID, in ucal_setTimeZone()
Dwindtfmt.cpp379 UnicodeString zoneID; in setTimeZoneInfo() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ducal.cpp35 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone()
87 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) { in ucal_setDefaultTimeZone()
112 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings()
151 ucal_open( const UChar* zoneID, in ucal_open()
214 const UChar* zoneID, in ucal_setTimeZone()
Dwindtfmt.cpp374 UnicodeString zoneID; in setTimeZoneInfo() local
/third_party/node/deps/icu-small/source/i18n/
Ducal.cpp36 _createTimeZone(const char16_t* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone()
88 ucal_setDefaultTimeZone(const char16_t* zoneID, UErrorCode* ec) { in ucal_setDefaultTimeZone()
113 ucal_getDSTSavings(const char16_t* zoneID, UErrorCode* ec) { in ucal_getDSTSavings()
152 ucal_open( const char16_t* zoneID, in ucal_open()
215 const char16_t* zoneID, in ucal_setTimeZone()
Dwindtfmt.cpp380 UnicodeString zoneID; in setTimeZoneInfo() local
/third_party/icu/icu4c/source/test/intltest/
Dwindttst.cpp79 UnicodeString zoneID; in testLocales() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneAliasTest.java371 public boolean isPurportedAlias(String zoneID) { in isPurportedAlias()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneAliasTest.java374 public boolean isPurportedAlias(String zoneID) { in isPurportedAlias()
/third_party/icu/icu4c/source/test/cintltst/
Dcintltst.c618 UChar zoneID[CTEST_MAX_TIMEZONE_SIZE]; in ctest_setTimeZone() local
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp1035 int32_t ucal_getDSTSavings(const UChar *zoneID, UErrorCode *ec) in ucal_getDSTSavings()
1135 UCalendar *ucal_open(const UChar *zoneID, int32_t len, const char *locale, UCalendarType type, UErr… in ucal_open()
1173 void ucal_setDefaultTimeZone(const UChar *zoneID, UErrorCode *ec) in ucal_setDefaultTimeZone()
1185 void ucal_setTimeZone(UCalendar *cal, const UChar *zoneID, int32_t len, UErrorCode *status) in ucal_setTimeZone()