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