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.java1430 Map<String, Set<String>> countries_zoneSet = sc.getCountryToZoneSet();
1451 Set<String> s = countries_zoneSet.get(country);
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java969 Map<String, Set<String>> countries_zoneSet = StandardCodes.make().getCountryToZoneSet(); in showZoneInfo() local
976 Set<String> s = countries_zoneSet.get(newOne); in showZoneInfo()