Searched refs:localeToScriptCache (Results 1 – 1 of 1) sorted by relevance
313 private static Map<String, String> localeToScriptCache = new TreeMap<>(); field in GenerateMaximalLocales319 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()