Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java126 … Relation<String, Id> locale2ids = Relation.of(new TreeMap<String, Set<Id>>(), TreeSet.class); in showRepertoire() local
148 locale2ids.put(id.locale, id); in showRepertoire()
192 showLocaleToCharacters(out, id2unicodeset, locale2ids); in showRepertoire()
443 Relation<String, Id> locale2ids) { in showLocaleToCharacters() argument
459 for (Entry<String, Set<Id>> localeAndIds : locale2ids.keyValuesSet()) { in showLocaleToCharacters()