Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateMaximalLocales.java944 … Set<String> otherTerritories = new TreeSet<>(standardCodes.getGoodAvailableCodes("territory")); in tryDifferentAlgorithm() local
949 otherTerritories.remove(region); in tryDifferentAlgorithm()
1025 for (String region : otherTerritories) { in tryDifferentAlgorithm()