Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java884 Set<String> exceptionSet = new HashSet<String>(Arrays.asList(exceptions)); in addRegions() local
888 if (exceptionSet.contains(region)) continue; in addRegions()