Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLanguages.java664 …Map<String, LinkedHashSet<String>> charSubstitutions = new TreeMap<String, LinkedHashSet<String>>(… field in ShowLanguages.LanguageInfo
1695 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()