Searched refs:zone_country (Results 1 – 2 of 2) sorted by relevance
328 Map<String, String> zone_country = sc.getZoneToCounty(); in genSupplementalZoneData() local333 writeZonePrettyPath(col, zone_country, english); in genSupplementalZoneData()348 for (Iterator<String> it = zone_country.keySet().iterator(); it.hasNext();) { in genSupplementalZoneData()378 orderedSet.addAll(zone_country.keySet()); in genSupplementalZoneData()390 String country = zone_country.get(zone); in genSupplementalZoneData()480 private static void writeZonePrettyPath(RuleBasedCollator col, Map<String, String> zone_country, in writeZonePrettyPath() argument486 for (String zone : new TreeSet<>(zone_country.keySet())) { in writeZonePrettyPath()488 … String newPrefix = zone_country.get(zone); // english.getName("tzid", zone_country.get(zone), in writeZonePrettyPath()
337 Map<String, String> zone_country = sc.getZoneToCounty(); in printAllZoneLocalizations() local348 String country = zone_country.get(zone); in printAllZoneLocalizations()