Searched defs:allChars (Results 1 – 2 of 2) sorted by relevance
409 Set<String> allChars = new TreeSet<>(UCA); in writeCharToLocaleMapping() local485 private static void exemplarHeader(PrintWriter out, Set<String> allChars) { in exemplarHeader()
327 Set<Integer> allChars = new HashSet<>(that.codePointCounts.elementSet()); in getDistanceTo() local