Searched refs:charSubstitutions (Results 1 – 1 of 1) sorted by relevance
664 …Map<String, LinkedHashSet<String>> charSubstitutions = new TreeMap<String, LinkedHashSet<String>>(… field in ShowLanguages.LanguageInfo1695 LinkedHashSet<String> already = charSubstitutions.get(value); in addCharSubstitution()1697 charSubstitutions.put(value, already = new LinkedHashSet<String>(0)); in addCharSubstitution()2149 for (Iterator<String> it = charSubstitutions.keySet().iterator(); it.hasNext();) { in printCharacters()2151 LinkedHashSet<String> substitutes = charSubstitutions.get(value); in printCharacters()