Searched defs:zoneIDs (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
H A DSerializableTestUtility.java483 private static String zoneIDs[] = { field in class:SerializableTestUtility
512 OlsonTimeZone timeZones[] = new OlsonTimeZone[zoneIDs.length];
514 for (int i = 0; i < zoneIDs.length; i += 1) {
515 timeZones[i] = new OlsonTimeZone(zoneIDs[i]);
548 TimeZoneAdapter timeZones[] = new TimeZoneAdapter[zoneIDs.length];
550 for (int i = 0; i < zoneIDs.length; i += 1) {
551 timeZones[i] = new TimeZoneAdapter(TimeZone.getTimeZone(zoneIDs[i]));
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableTestUtility.java480 private static String zoneIDs[] = { field in class:SerializableTestUtility
509 OlsonTimeZone timeZones[] = new OlsonTimeZone[zoneIDs.length];
511 for (int i = 0; i < zoneIDs.length; i += 1) {
512 timeZones[i] = new OlsonTimeZone(zoneIDs[i]);
545 TimeZoneAdapter timeZones[] = new TimeZoneAdapter[zoneIDs.length];
547 for (int i = 0; i < zoneIDs.length; i += 1) {
548 timeZones[i] = new TimeZoneAdapter(TimeZone.getTimeZone(zoneIDs[i]));
/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp1599 map<string,int32_t> zoneIDs; local
1603 zoneIDs[i->first] = z++;
1643 ZONEINFO[olson].addAlias(zoneIDs[olson]);
1646 assert(zoneIDs.find(olson) != zoneIDs.end());
1647 assert(zoneIDs.find(*j) != zoneIDs.end());
1649 ZONEINFO[*j].setAliasTo(zoneIDs[olson]);
1650 ZONEINFO[olson].addAlias(zoneIDs[*j]);
1859 if (zoneIDs
1863 file << zoneIDs[*j]; // emit the zone's index number local
[all...]

Completed in 413 milliseconds