Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducal.cpp32 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone()
84 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) { in ucal_setDefaultTimeZone()
92 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings()
131 ucal_open( const UChar* zoneID, in ucal_open()
187 const UChar* zoneID, in ucal_setTimeZone()
Dwindtfmt.cpp288 UnicodeString zoneID; in setTimeZoneInfo() local
/external/icu/icu4c/source/test/intltest/
Dwindttst.cpp75 UnicodeString zoneID; in testLocales() local
/external/icu/icu4c/source/test/cintltst/
Dcintltst.c579 UChar zoneID[CTEST_MAX_TIMEZONE_SIZE]; in ctest_setTimeZone() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneAliasTest.java361 public boolean isPurportedAlias(String zoneID) { in isPurportedAlias()