Searched refs:commonSets (Results 1 – 1 of 1) sorted by relevance
455 Map<String, UnicodeSet> commonSets = new HashMap<>(); in showLocaleToCharacters() local482 commonSets.put(platform, UnicodeSet.EMPTY); in showLocaleToCharacters()493 UnicodeSet platformCommon = commonSets.get(keyboardId.platform); in showLocaleToCharacters()496 commonSets.put(keyboardId.platform, new UnicodeSet(keyboardSet)); in showLocaleToCharacters()519 UnicodeSet platformCommon = commonSets.get(keyboardId.platform); in showLocaleToCharacters()524 commonSets.put(keyboardId.platform, platformCommon); in showLocaleToCharacters()529 commonSets.put(keyboardId.platform, platformCommon); in showLocaleToCharacters()