Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java472 final Set<String> containees = countryToContinent.getAll(item); in getCountryToContinent() local
473 if (containees.size() != 1) { in getCountryToContinent()
474 throw new IllegalArgumentException(item + "\t" + containees); in getCountryToContinent()
476 … results.put(item, english.getName(CLDRFile.TERRITORY_NAME, containees.iterator().next())); in getCountryToContinent()