Home
last modified time | relevance | path

Searched defs:allChars (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateSidewaysView.java409 Set<String> allChars = new TreeSet<>(UCA); in writeCharToLocaleMapping() local
485 private static void exemplarHeader(PrintWriter out, Set<String> allChars) { in exemplarHeader()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckLogicalGroupings.java327 Set<Integer> allChars = new HashSet<>(that.codePointCounts.elementSet()); in getDistanceTo() local