Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowZoneEquivalences.java92 String zoneID = it.next(); in getZoneEquivalences() local
93 String country = zone_countries.get(zoneID); in getZoneEquivalences()
94 TimeZone zone = TimeZone.getTimeZone(zoneID); in getZoneEquivalences()
96 out.println(zoneID + "\t" + zip); in getZoneEquivalences()
97 country_inflection_names.add(new Object[] { country, zip, zoneID }); in getZoneEquivalences()
169 String zoneID = (String) row[2]; in getZoneEquivalences() local
181 String zoneIDShown = zoneID; in getZoneEquivalences()
182 if (needsTranslation.contains(zoneID)) { in getZoneEquivalences()
185 if (singleCountries.contains(zoneID)) { in getZoneEquivalences()
188 if (defaultItems.contains(zoneID)) { in getZoneEquivalences()
[all …]
DMisc.java644 String zoneID = it.next(); in printCurrentTimezoneLocalizations() local
645 String country = zone_countries.get(zoneID); in printCurrentTimezoneLocalizations()
648 reordered.put(countryName + "0" + zoneID, zoneID); in printCurrentTimezoneLocalizations()
656 String zoneID = reordered.get(key); in printCurrentTimezoneLocalizations() local
657 String country = zone_countries.get(zoneID); in printCurrentTimezoneLocalizations()
662 … + "</th><th class='I'>\u200E" + TransliteratorUtilities.toHTML.transliterate(zoneID)); in printCurrentTimezoneLocalizations()
663 Set<String> s = linkNew_Old.get(zoneID); in printCurrentTimezoneLocalizations()
690 .getFormattedZone(zoneID, i, j, 0, false)); in printCurrentTimezoneLocalizations()
/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()
400 return zoneID; in setTimeZoneInfo()
/external/cldr/tools/java/org/unicode/cldr/util/
DZoneParser.java525 public TransitionList getTransitions(String zoneID, int startYear, int endYear) { in getTransitions() argument
527 List<ZoneLine> rules = zone_rules.get(zoneID); in getTransitions()
743 String zoneID = null; in makeZoneData()
759 if (zoneID != null || items[0].equals("Zone")) { in makeZoneData()
765 if (zoneID == null) { in makeZoneData()
767 zoneID = (String) l.get(0); in makeZoneData()
768 String ntzid = (String) FIX_UNSTABLE_TZIDS.get(zoneID); in makeZoneData()
770 zoneID = ntzid; in makeZoneData()
773 List<ZoneLine> zoneRules = zone_rules.get(zoneID); in makeZoneData()
776 zone_rules.put(zoneID, zoneRules); in makeZoneData()
[all …]
DTestStateDictionaryBuilder.java148 for (String zoneID : zoneIDs) { in test()
149 TimeZone zone = TimeZone.getTimeZone(zoneID); in test()
152 addToBoth(zoneName, (T) (CHECK_BOOLEAN ? "t" : zoneID)); in test()
DLenientDateParser.java1103 private static LinkedHashSet<String> getIcuEquivalentZones(String zoneID) {
1105 final int count = TimeZone.countEquivalentIDs(zoneID);
1107 result.add(TimeZone.getEquivalentID(zoneID, i));
/external/icu/icu4c/source/i18n/unicode/
Ducal.h650 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec);
669 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
704 ucal_open(const UChar* zoneID,
761 const UChar* zoneID,
/external/icu/libandroidicu/include/unicode/
Ducal.h650 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec);
669 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
704 ucal_open(const UChar* zoneID,
761 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()
/external/icu/libandroidicu/static_shim/
Dshim.cpp763 int32_t ucal_getDSTSavings_android(const UChar * zoneID, UErrorCode * ec) { in ucal_getDSTSavings_android() argument
764 return ucal_getDSTSavings(zoneID, ec); in ucal_getDSTSavings_android()
826 UCalendar * ucal_open_android(const UChar * zoneID, int32_t len, const char * locale, UCalendarType… in ucal_open_android() argument
827 return ucal_open(zoneID, len, locale, type, status); in ucal_open_android()
853 void ucal_setDefaultTimeZone_android(const UChar * zoneID, UErrorCode * ec) { in ucal_setDefaultTimeZone_android() argument
854 ucal_setDefaultTimeZone(zoneID, ec); in ucal_setDefaultTimeZone_android()
862 void ucal_setTimeZone_android(UCalendar * cal, const UChar * zoneID, int32_t len, UErrorCode * stat… in ucal_setTimeZone_android() argument
863 ucal_setTimeZone(cal, zoneID, len, status); in ucal_setTimeZone_android()