Searched refs:localeToScriptCache (Results 1 – 1 of 1) sorted by relevance
362 private static Map<String, String> localeToScriptCache = new TreeMap<>(); field in GenerateMaximalLocales369 localeToScriptCache.put(language, script); in localeToScriptCache.put()373 localeToScriptCache.put(pair[0], pair[1]); in localeToScriptCache.put()2187 String result = localeToScriptCache.get(locale); in getScriptForLocale2()2258 localeToScriptCache.put(locale, result); in getScriptForLocale2()