Home
last modified time | relevance | path

Searched refs:zoneID (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dwindttst.cpp79 UnicodeString zoneID; in testLocales() local
83 tz->getID(zoneID); in testLocales()
84 if (! uprv_getWindowsTimeZoneInfo(&tzi, zoneID.getBuffer(), zoneID.length())) { in testLocales()
86 int32_t ec = TimeZone::countEquivalentIDs(zoneID); in testLocales()
89 UnicodeString equiv = TimeZone::getEquivalentID(zoneID, z); in testLocales()
/external/icu/icu4c/source/i18n/
Ducal.cpp35 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone() argument
41 int32_t l = (len<0 ? u_strlen(zoneID) : len); in _createTimeZone()
43 zoneStrID.setTo((UBool)(len < 0), zoneID, l); /* temporary read-only alias */ in _createTimeZone()
87 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) { in ucal_setDefaultTimeZone() argument
88 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone()
95 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings() argument
97 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_getDSTSavings()
134 ucal_open( const UChar* zoneID, in ucal_open() argument
143 TimeZone* zone = (zoneID==NULL) ? TimeZone::createDefault() in ucal_open()
144 : _createTimeZone(zoneID, len, status); in ucal_open()
[all …]
Dwindtfmt.cpp373 UnicodeString zoneID; in setTimeZoneInfo() local
375 zone.getID(zoneID); in setTimeZoneInfo()
377 if (zoneID.compare(fZoneID) != 0) { in setTimeZoneInfo()
399 return zoneID; in setTimeZoneInfo()
/external/icu/icu4c/source/i18n/unicode/
Ducal.h637 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec);
656 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
691 ucal_open(const UChar* zoneID,
748 const UChar* zoneID,
/external/icu/icu4c/source/test/cintltst/
Dcintltst.c589 UChar zoneID[CTEST_MAX_TIMEZONE_SIZE]; in ctest_setTimeZone() local
605 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1); in ctest_setTimeZone()
606 zoneID[CTEST_MAX_TIMEZONE_SIZE-1] = 0; in ctest_setTimeZone()
607 ucal_setDefaultTimeZone(zoneID, status); in ctest_setTimeZone()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneAliasTest.java374 public boolean isPurportedAlias(String zoneID) { in isPurportedAlias() argument
375 return purportedAliases.contains(zoneID); in isPurportedAlias()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneAliasTest.java371 public boolean isPurportedAlias(String zoneID) { in isPurportedAlias() argument
372 return purportedAliases.contains(zoneID); in isPurportedAlias()