Searched refs:country_to_zoneSet (Results 1 – 1 of 1) sorted by relevance
29 private Map<String, Set<String>> country_to_zoneSet; field in ZoneParser46 if (country_to_zoneSet == null) in getCountryToZoneSet()48 return country_to_zoneSet; in getCountryToZoneSet()70 country_to_zoneSet = new TreeMap<String, Set<String>>(); in make_zone_to_country()76 Set<String> s = country_to_zoneSet.get(country); in make_zone_to_country()78 country_to_zoneSet.put(country, s = new TreeSet<String>()); in make_zone_to_country()98 country_to_zoneSet = CldrUtility.protectCollection(country_to_zoneSet); in make_zone_to_country()