HomeSort by relevance Sort by last modified time
    Searched refs:tzids (Results 1 - 21 of 21) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateSupplementalZoneData.java 18 * Simple program to generate the valid tzids for supplementalMetadata.xml
29 Set<String> tzids = new TreeSet<String>(); local
30 tzids.addAll(zp.getZoneData().keySet());
32 tzids.add("EST5EDT");
33 tzids.add("CST6CDT");
34 tzids.add("MST7MDT");
35 tzids.add("PST8PDT");
39 for (String z : tzids) {
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
ICUZDump.java 285 String[] tzids = null; local
289 tzids = java.util.TimeZone.getAvailableIDs();
291 tzids = com.ibm.icu.util.TimeZone.getAvailableIDs();
294 // sort tzids
296 for (int i = 0; i < tzids.length; i++) {
297 set.add(tzids[i]);
302 tzids[i++] = (String)it.next();
307 tzids = new String[1];
308 tzids[0] = java.util.TimeZone.getDefault().getID();
310 tzids = new String[idlist.size()]
    [all...]
  /external/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.h 146 StringEnumeration *tzids = TimeZone::createEnumeration(); local
148 //errln("tzids->count failed");
163 tzids->reset(*status);
165 while ((tzid = tzids->snext(*status))) {
206 delete tzids;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 449 String[] tzids = getTestZIDs(); local
450 for (int i = 0; i < tzids.length; i++) {
451 BasicTimeZone olsontz = (BasicTimeZone)TimeZone.getTimeZone(tzids[i], TimeZone.TIMEZONE_ICU);
452 VTimeZone vtz_org = VTimeZone.create(tzids[i]);
494 errln("FAIL: VTimeZone for " + tzids[i]
502 errln("FAIL: VTimeZone for " + tzids[i] + " is not equivalent to its OlsonTimeZone corresponding.");
504 logln("VTimeZone for " + tzids[i] + " differs from its OlsonTimeZone corresponding with maximum transition time delta - " + maxDelta);
508 logln("VTimeZone for " + tzids[i] + " is not equivalent to its OlsonTimeZone corresponding in strict comparison mode.");
527 String[] tzids = getTestZIDs(); local
530 for (int i = 0; i < tzids.length; i++)
591 String[] tzids = getTestZIDs(); local
715 String[] tzids = getTestZIDs(); local
    [all...]
TimeZoneRegressionTest.java 1100 String[] tzids = TimeZone.getAvailableIDs(); local
    [all...]
TimeZoneTest.java 2177 String[] tzids = TimeZone.getAvailableIDs(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 446 String[] tzids = getTestZIDs(); local
447 for (int i = 0; i < tzids.length; i++) {
448 BasicTimeZone olsontz = (BasicTimeZone)TimeZone.getTimeZone(tzids[i], TimeZone.TIMEZONE_ICU);
449 VTimeZone vtz_org = VTimeZone.create(tzids[i]);
491 errln("FAIL: VTimeZone for " + tzids[i]
499 errln("FAIL: VTimeZone for " + tzids[i] + " is not equivalent to its OlsonTimeZone corresponding.");
501 logln("VTimeZone for " + tzids[i] + " differs from its OlsonTimeZone corresponding with maximum transition time delta - " + maxDelta);
505 logln("VTimeZone for " + tzids[i] + " is not equivalent to its OlsonTimeZone corresponding in strict comparison mode.");
524 String[] tzids = getTestZIDs(); local
527 for (int i = 0; i < tzids.length; i++)
588 String[] tzids = getTestZIDs(); local
712 String[] tzids = getTestZIDs(); local
    [all...]
TimeZoneRegressionTest.java 1097 String[] tzids = TimeZone.getAvailableIDs(); local
    [all...]
TimeZoneTest.java 2174 String[] tzids = TimeZone.getAvailableIDs(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 138 String[] tzids; local
140 tzids = java.util.TimeZone.getAvailableIDs();
142 tzids = TimeZone.getAvailableIDs();
157 for (int tzidx = 0; tzidx < tzids.length; tzidx++) {
158 if (EXCL_TZ_PATTERN.matcher(tzids[tzidx]).matches()) {
161 TimeZone tz = TimeZone.getTimeZone(tzids[tzidx]);
189 String canonicalID = TimeZone.getCanonicalID(tzids[tzidx]);
195 logln("Canonical round trip failed (probably as expected); tz=" + tzids[tzidx]
201 errln("Canonical round trip failed; tz=" + tzids[tzidx]
209 if (!outtz.getID().equals(tzids[tzidx]))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 135 String[] tzids; local
137 tzids = java.util.TimeZone.getAvailableIDs();
139 tzids = TimeZone.getAvailableIDs();
154 for (int tzidx = 0; tzidx < tzids.length; tzidx++) {
155 if (EXCL_TZ_PATTERN.matcher(tzids[tzidx]).matches()) {
158 TimeZone tz = TimeZone.getTimeZone(tzids[tzidx]);
186 String canonicalID = TimeZone.getCanonicalID(tzids[tzidx]);
192 logln("Canonical round trip failed (probably as expected); tz=" + tzids[tzidx]
198 errln("Canonical round trip failed; tz=" + tzids[tzidx]
206 if (!outtz.getID().equals(tzids[tzidx]))
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzfmttst.cpp 159 StringEnumeration *tzids = TimeZone::createEnumeration(); local
183 tzids->reset(status);
185 while ((tzid = tzids->snext(status))) {
347 delete tzids;
549 StringEnumeration *tzids = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL, NULL, NULL, status); local
580 tzids->reset(status);
585 while ((tzid = tzids->snext(status))) {
711 delete tzids;
    [all...]
  /external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
TimeZoneNameTest.java 47 String[] tzids = TimeZone.getAvailableIDs(); local
55 for (String tzid : tzids) {
  /external/cldr/tools/java/org/unicode/cldr/util/
TimezoneFormatter.java 287 // Etc/GMT+3 ? "GMT-03.00" // note that TZ tzids have inverse polarity!
444 // Note: <timezoneData> may not have data for new TZIDs.
712 String[] tzids = TimeZone.getAvailableIDs(key); local
    [all...]
  /external/icu/icu4c/source/i18n/
timezone.cpp 1602 const UChar *tzids = ures_getString(regionalData, &len, &status); local
1668 const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); \/\/ use tmperr, because local
    [all...]
dtfmtsym.cpp 1277 StringEnumeration *tzids = NULL; local
    [all...]
  /external/python/dateutil/dateutil/
rrule.py     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java 1118 String[] tzids = regionalData.getString().split(" "); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZone.java 1212 String[] tzids = regionalData.getString().split(" "); local
    [all...]
  /external/python/dateutil/dateutil/test/
test_tz.py     [all...]
test_rrule.py     [all...]

Completed in 3856 milliseconds