Searched refs:sLocaleCache (Results 1 – 1 of 1) sorted by relevance
196 private static final HashMap<String, Locale> sLocaleCache = new HashMap<String, Locale>(); field in LocaleUtils204 synchronized (sLocaleCache) { in constructLocaleFromString()205 if (sLocaleCache.containsKey(localeStr)) in constructLocaleFromString()206 return sLocaleCache.get(localeStr); in constructLocaleFromString()217 sLocaleCache.put(localeStr, retval); in constructLocaleFromString()