Home
last modified time | relevance | path

Searched refs:countries_zoneSet (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java1342 Map<String, Set<String>> countries_zoneSet = sc.getCountryToZoneSet();
1363 Set<String> s = countries_zoneSet.get(country);
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java968 Map<String, Set<String>> countries_zoneSet = StandardCodes.make().getCountryToZoneSet(); in showZoneInfo() local
975 Set<String> s = countries_zoneSet.get(newOne); in showZoneInfo()