/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/ |
ICUZDump.java | 283 String[] tzids = null; local 287 tzids = java.util.TimeZone.getAvailableIDs(); 289 tzids = com.ibm.icu.util.TimeZone.getAvailableIDs(); 292 // sort tzids 294 for (int i = 0; i < tzids.length; i++) { 295 set.add(tzids[i]); 300 tzids[i++] = (String)it.next(); 305 tzids = new String[1]; 306 tzids[0] = java.util.TimeZone.getDefault().getID(); 308 tzids = new String[idlist.size()] [all...] |
/external/icu/icu4c/source/test/perf/normperf/ |
dtfmtrtperf.h | 143 StringEnumeration *tzids = TimeZone::createEnumeration(); local 145 //errln("tzids->count failed"); 160 tzids->reset(*status); 162 while ((tzid = tzids->snext(*status))) { 203 delete tzids;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
TimeZoneRuleTest.java | 441 String[] tzids = getTestZIDs(); local 442 for (int i = 0; i < tzids.length; i++) { 443 BasicTimeZone olsontz = (BasicTimeZone)TimeZone.getTimeZone(tzids[i], TimeZone.TIMEZONE_ICU); 444 VTimeZone vtz_org = VTimeZone.create(tzids[i]); 486 errln("FAIL: VTimeZone for " + tzids[i] 494 errln("FAIL: VTimeZone for " + tzids[i] + " is not equivalent to its OlsonTimeZone corresponding."); 496 logln("VTimeZone for " + tzids[i] + " differs from its OlsonTimeZone corresponding with maximum transition time delta - " + maxDelta); 500 logln("VTimeZone for " + tzids[i] + " is not equivalent to its OlsonTimeZone corresponding in strict comparison mode."); 518 String[] tzids = getTestZIDs(); local 521 for (int i = 0; i < tzids.length; i++) 581 String[] tzids = getTestZIDs(); local 703 String[] tzids = getTestZIDs(); local [all...] |
TimeZoneRegression.java | 1072 String[] tzids = TimeZone.getAvailableIDs(); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
TimeZoneRuleTest.java | 437 String[] tzids = getTestZIDs(); local 438 for (int i = 0; i < tzids.length; i++) { 439 BasicTimeZone olsontz = (BasicTimeZone)TimeZone.getTimeZone(tzids[i], TimeZone.TIMEZONE_ICU); 440 VTimeZone vtz_org = VTimeZone.create(tzids[i]); 482 errln("FAIL: VTimeZone for " + tzids[i] 490 errln("FAIL: VTimeZone for " + tzids[i] + " is not equivalent to its OlsonTimeZone corresponding."); 492 logln("VTimeZone for " + tzids[i] + " differs from its OlsonTimeZone corresponding with maximum transition time delta - " + maxDelta); 496 logln("VTimeZone for " + tzids[i] + " is not equivalent to its OlsonTimeZone corresponding in strict comparison mode."); 514 String[] tzids = getTestZIDs(); local 517 for (int i = 0; i < tzids.length; i++) 577 String[] tzids = getTestZIDs(); local 699 String[] tzids = getTestZIDs(); local [all...] |
TimeZoneRegression.java | 1068 String[] tzids = TimeZone.getAvailableIDs(); local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
TimeZoneFormatTest.java | 130 String[] tzids; local 132 tzids = java.util.TimeZone.getAvailableIDs(); 134 tzids = TimeZone.getAvailableIDs(); 149 for (int tzidx = 0; tzidx < tzids.length; tzidx++) { 150 if (EXCL_TZ_PATTERN.matcher(tzids[tzidx]).matches()) { 153 TimeZone tz = TimeZone.getTimeZone(tzids[tzidx]); 181 String canonicalID = TimeZone.getCanonicalID(tzids[tzidx]); 187 logln("Canonical round trip failed (probably as expected); tz=" + tzids[tzidx] 193 errln("Canonical round trip failed; tz=" + tzids[tzidx] 201 if (!outtz.getID().equals(tzids[tzidx])) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
TimeZoneFormatTest.java | 126 String[] tzids; local 128 tzids = java.util.TimeZone.getAvailableIDs(); 130 tzids = TimeZone.getAvailableIDs(); 145 for (int tzidx = 0; tzidx < tzids.length; tzidx++) { 146 if (EXCL_TZ_PATTERN.matcher(tzids[tzidx]).matches()) { 149 TimeZone tz = TimeZone.getTimeZone(tzids[tzidx]); 177 String canonicalID = TimeZone.getCanonicalID(tzids[tzidx]); 183 logln("Canonical round trip failed (probably as expected); tz=" + tzids[tzidx] 189 errln("Canonical round trip failed; tz=" + tzids[tzidx] 197 if (!outtz.getID().equals(tzids[tzidx])) [all...] |
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZoneResultAdapter.java | 170 ArrayList<Integer> tzIds = mTimeZoneData.mTimeZonesByCountry.get(str); 171 if (tzIds != null) { 172 for (Integer tzi : tzIds) {
|
TimeZoneData.java | 121 String[] tzIds = TimeZone.getAvailableIDs(); 124 Log.e(TAG, "Available time zones: " + tzIds.length); 127 for (String tzId : tzIds) {
|
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
TimeZoneNameTest.java | 42 String[] tzids = TimeZone.getAvailableIDs(); local 50 for (String tzid : tzids) {
|
/external/icu/icu4c/source/test/intltest/ |
tzfmttst.cpp | 149 StringEnumeration *tzids = TimeZone::createEnumeration(); local 174 tzids->reset(status); 176 while ((tzid = tzids->snext(status))) { 335 delete tzids; 411 StringEnumeration *tzids = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL, NULL, NULL, status); local 471 tzids->reset(status); 476 while ((tzid = tzids->snext(status))) { 600 delete tzids; [all...] |
/external/icu/icu4c/source/i18n/ |
timezone.cpp | 1599 const UChar *tzids = ures_getString(regionalData, &len, &status); local 1665 const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); \/\/ use tmperr, because local [all...] |
tzgnames.cpp | [all...] |
dtfmtsym.cpp | 1238 StringEnumeration *tzids = NULL; local [all...] |
tznames_impl.cpp | [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DateFormatSymbols.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DateFormatSymbols.java | [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
TimeZoneNamesImpl.java | 230 Set<String> tzIDs = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null); 231 for (String tzID : tzIDs) { [all...] |
TimeZoneGenericNames.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
TimeZoneNamesImpl.java | 228 Set<String> tzIDs = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null); 229 for (String tzID : tzIDs) { [all...] |
TimeZoneGenericNames.java | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
FormatTests.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
FormatTests.java | [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
TimeZone.java | 1111 String[] tzids = regionalData.getString().split(" "); local [all...] |