Searched refs:country_zones (Results 1 – 1 of 1) sorted by relevance
445 Map<String, Set<String>> country_zones = new TreeMap<String, Set<String>>(col); in printZoneAliases() local451 Set<String> oldSet = country_zones.get(name); in printZoneAliases()452 if (oldSet == null) country_zones.put(name, oldSet = new TreeSet<String>(col)); in printZoneAliases()465 for (Iterator<String> it3 = country_zones.keySet().iterator(); it3.hasNext();) { in printZoneAliases()468 Set<String> zones = country_zones.get(country); in printZoneAliases()