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.java471 final Set<String> containees = countryToContinent.getAll(item); in getCountryToContinent() local
472 if (containees.size() != 1) { in getCountryToContinent()
473 throw new IllegalArgumentException(item + "\t" + containees); in getCountryToContinent()
475 … results.put(item, english.getName(CLDRFile.TERRITORY_NAME, containees.iterator().next())); in getCountryToContinent()