Searched refs:commonSets (Results 1 – 1 of 1) sorted by relevance
451 Map<String, UnicodeSet> commonSets = new HashMap<String, UnicodeSet>(); in showLocaleToCharacters() local478 commonSets.put(platform, UnicodeSet.EMPTY); in showLocaleToCharacters()489 UnicodeSet platformCommon = commonSets.get(keyboardId.platform); in showLocaleToCharacters()492 commonSets.put(keyboardId.platform, new UnicodeSet(keyboardSet)); in showLocaleToCharacters()515 UnicodeSet platformCommon = commonSets.get(keyboardId.platform); in showLocaleToCharacters()520 commonSets.put(keyboardId.platform, platformCommon); in showLocaleToCharacters()525 commonSets.put(keyboardId.platform, platformCommon); in showLocaleToCharacters()