Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCountItems.java886 Set<String> exceptionSet = new HashSet<>(Arrays.asList(exceptions)); in addRegions() local
890 if (exceptionSet.contains(region)) continue; in addRegions()