Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLanguages.java1794 Map<String, String> name_script = new TreeMap<String, String>(); in showCorrespondances() local
1800 name_script.put(name, script); in showCorrespondances()
1827 String script = name_script.get(name); in showCorrespondances()