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