Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateSidewaysView.java360 String script = LOCALE_TO_SCRIPT.get(key); in showExemplars()
364 script = LOCALE_TO_SCRIPT.get(simpleParent); in showExemplars()
367 script = LOCALE_TO_SCRIPT.get(simpleParent); in showExemplars()
617 static Map<String, String> LOCALE_TO_SCRIPT = new HashMap<String, String>(); field in GenerateSidewaysView
664 LOCALE_TO_SCRIPT.put(localeID, script); in loadInformation()
679 for (Entry<String, String> s : LOCALE_TO_SCRIPT.entrySet()) { in loadInformation()