Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLocaleUtils.java196 private static final HashMap<String, Locale> sLocaleCache = new HashMap<String, Locale>(); field in LocaleUtils
204 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()