Searched refs:id2unicodeset (Results 1 – 1 of 1) sorted by relevance
124 Map<Id, UnicodeSet> id2unicodeset = new TreeMap<>(); in showRepertoire() local147 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() argument487 final UnicodeSet keyboardSet = id2unicodeset.get(keyboardId); in showLocaleToCharacters()541 final UnicodeSet current2 = id2unicodeset.get(keyboardId); in showLocaleToCharacters()