Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java435 … Map<String, String> countryToContinent = getCountryToContinent(testInfo.getSupplementalDataInfo(), in writeMetazonePrettyPath() local
447 … results.add(new Pair<>(continent + "\t" + country + "\t" + countryToContinent.get(country) in writeMetazonePrettyPath()
456 …Relation<String, String> countryToContinent = Relation.of(new TreeMap<String, Set<String>>(), Tree… in getCountryToContinent() local
461 countryToContinent.putAll(subcontinents, continent); in getCountryToContinent()
465 countryToContinent.putAll(countries, continent); in getCountryToContinent()
470 for (String item : countryToContinent.keySet()) { in getCountryToContinent()
471 final Set<String> containees = countryToContinent.getAll(item); in getCountryToContinent()