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.java1638 Map<String, String> name_script = new TreeMap<>(); in showCorrespondances() local
1644 name_script.put(name, script); in showCorrespondances()
1671 String script = name_script.get(name); in showCorrespondances()