Home
last modified time | relevance | path

Searched refs:zone_to_country (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DZoneParser.java27 private Map<String, String> zone_to_country; field in ZoneParser
36 if (zone_to_country == null) in getZoneToCounty()
38 return zone_to_country; in getZoneToCounty()
69 zone_to_country = new TreeMap<String, String>(TZIDComparator); in make_zone_to_country()
75 zone_to_country.put(zone, country); in make_zone_to_country()
97 zone_to_country = Collections.unmodifiableMap(zone_to_country); in make_zone_to_country()
/external/cldr/tools/java/org/unicode/cldr/tool/
DMisc.java955 Map<String, String> zone_to_country = sc.getZoneToCounty(); in getCities() local
1003 for (Iterator<String> it = zone_to_country.keySet().iterator(); it.hasNext();) { in getCities()
1006 String country = zone_to_country.get(zone); in getCities()