Searched refs:zoneID (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | windttst.cpp | 75 UnicodeString zoneID; in testLocales() local 79 tz->getID(zoneID); in testLocales() 80 if (! uprv_getWindowsTimeZoneInfo(&tzi, zoneID.getBuffer(), zoneID.length())) { in testLocales() 82 int32_t ec = TimeZone::countEquivalentIDs(zoneID); in testLocales() 85 UnicodeString equiv = TimeZone::getEquivalentID(zoneID, z); in testLocales()
|
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 32 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone() argument 38 int32_t l = (len<0 ? u_strlen(zoneID) : len); in _createTimeZone() 40 zoneStrID.setTo((UBool)(len < 0), zoneID, l); /* temporary read-only alias */ in _createTimeZone() 84 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) { in ucal_setDefaultTimeZone() argument 85 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone() 92 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings() argument 94 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_getDSTSavings() 131 ucal_open( const UChar* zoneID, in ucal_open() argument 140 TimeZone* zone = (zoneID==NULL) ? TimeZone::createDefault() in ucal_open() 141 : _createTimeZone(zoneID, len, status); in ucal_open() [all …]
|
D | windtfmt.cpp | 288 UnicodeString zoneID; in setTimeZoneInfo() local 290 zone.getID(zoneID); in setTimeZoneInfo() 292 if (zoneID.compare(fZoneID) != 0) { in setTimeZoneInfo() 314 return zoneID; in setTimeZoneInfo()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 633 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec); 652 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec); 687 ucal_open(const UChar* zoneID, 744 const UChar* zoneID,
|
/external/icu/icu4c/source/test/cintltst/ |
D | cintltst.c | 587 UChar zoneID[CTEST_MAX_TIMEZONE_SIZE]; in ctest_setTimeZone() local 603 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1); in ctest_setTimeZone() 604 zoneID[CTEST_MAX_TIMEZONE_SIZE-1] = 0; in ctest_setTimeZone() 605 ucal_setDefaultTimeZone(zoneID, status); in ctest_setTimeZone()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 361 public boolean isPurportedAlias(String zoneID) { in isPurportedAlias() argument 362 return purportedAliases.contains(zoneID); in isPurportedAlias()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 365 public boolean isPurportedAlias(String zoneID) { in isPurportedAlias() argument 366 return purportedAliases.contains(zoneID); in isPurportedAlias()
|