Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java855 Relation<String, String> platform2variant = data.get(id.platform); in add() local
856 if (platform2variant == null) { in add()
857 …data.put(id.platform, platform2variant = Relation.of(new TreeMap<String, Set<String>>(), TreeSet.c… in add()
859 platform2variant.put(id.locale, id.variant); in add()