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

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

Completed in 77 milliseconds