Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java124 Map<Id, UnicodeSet> id2unicodeset = new TreeMap<>(); in showRepertoire() local
147 id2unicodeset.put(id, unicodeSet.freeze()); in showRepertoire()
192 showLocaleToCharacters(out, id2unicodeset, locale2ids); in showRepertoire()
442 public static void showLocaleToCharacters(PrintWriter out, Map<Id, UnicodeSet> id2unicodeset, in showLocaleToCharacters() argument
487 final UnicodeSet keyboardSet = id2unicodeset.get(keyboardId); in showLocaleToCharacters()
541 final UnicodeSet current2 = id2unicodeset.get(keyboardId); in showLocaleToCharacters()