Searched refs:zone_country (Results 1 – 2 of 2) sorted by relevance
329 Map<String, String> zone_country = sc.getZoneToCounty(); in genSupplementalZoneData() local334 writeZonePrettyPath(col, zone_country, english); in genSupplementalZoneData()349 for (Iterator<String> it = zone_country.keySet().iterator(); it.hasNext();) { in genSupplementalZoneData()379 orderedSet.addAll(zone_country.keySet()); in genSupplementalZoneData()391 String country = zone_country.get(zone); in genSupplementalZoneData()481 private static void writeZonePrettyPath(RuleBasedCollator col, Map<String, String> zone_country, in writeZonePrettyPath() argument487 for (String zone : new TreeSet<String>(zone_country.keySet())) { in writeZonePrettyPath()489 … 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()