Searched refs:zone_to_country (Results 1 – 2 of 2) sorted by relevance
27 private Map<String, String> zone_to_country; field in ZoneParser36 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()
955 Map<String, String> zone_to_country = sc.getZoneToCounty(); in getCities() local1003 for (Iterator<String> it = zone_to_country.keySet().iterator(); it.hasNext();) { in getCities()1006 String country = zone_to_country.get(zone); in getCities()