Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateMaximalLocales.java313 private static Map<String, String> localeToScriptCache = new TreeMap<>(); field in GenerateMaximalLocales
319 localeToScriptCache.put(language, script); in localeToScriptCache.put()
323 localeToScriptCache.put(pair[0], pair[1]); in localeToScriptCache.put()
1934 String result = localeToScriptCache.get(locale); in getScriptForLocale2()
1996 localeToScriptCache.put(locale, result); in getScriptForLocale2()