Searched refs:country_zone (Results 1 – 2 of 2) sorted by relevance
532 private transient final Map<String, String> country_zone = new HashMap<String, String>(); local633 return (String) country_zone.get(countryCode); in parse()716 country_zone.put(key, tzids[0]); in buildParsingInfo()721 country_zone.put(key, set.iterator().next()); in buildParsingInfo()
330 Map<String, Set<String>> country_zone = sc.getCountryToZoneSet(); in genSupplementalZoneData() local367 for (Iterator<String> it = country_zone.keySet().iterator(); it.hasNext();) { in genSupplementalZoneData()369 Set<String> zones = country_zone.get(country); in genSupplementalZoneData()