Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/util/locale/
DLocaleObjectCache.java39 public abstract class LocaleObjectCache<K, V> { class
43 public LocaleObjectCache() { in LocaleObjectCache() method in LocaleObjectCache
47 public LocaleObjectCache(int initialCapacity, float loadFactor, int concurrencyLevel) { in LocaleObjectCache() method in LocaleObjectCache
DBaseLocale.java290 private static class Cache extends LocaleObjectCache<Key, BaseLocale> {
/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java65 import sun.util.locale.LocaleObjectCache;
2367 … private static class CandidateListCache extends LocaleObjectCache<BaseLocale, List<Locale>> {
DLocale.java57 import sun.util.locale.LocaleObjectCache;
831 private static class Cache extends LocaleObjectCache<LocaleKey, Locale> {
/libcore/
Dopenjdk_java_files.mk1726 ojluni/src/main/java/sun/util/locale/LocaleObjectCache.java \