Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateSidewaysView.java416 Set<String> allChars = new TreeSet<String>(UCA); in writeCharToLocaleMapping() local
425 allChars.add(item); in writeCharToLocaleMapping()
434 exemplarHeader(out, allChars); in writeCharToLocaleMapping()
442 for (String item : allChars) { in writeCharToLocaleMapping()
479 exemplarHeader(out, allChars); in writeCharToLocaleMapping()
492 private static void exemplarHeader(PrintWriter out, Set<String> allChars) { in exemplarHeader() argument
495 for (String item : allChars) { in exemplarHeader()