Home
last modified time | relevance | path

Searched refs:LocaleObjectCache (Results 1 – 8 of 8) 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.java412 public static class Cache extends LocaleObjectCache<Key, BaseLocale> {
/libcore/luni/src/test/java/libcore/sun/util/locale/
DBaseLocaleTest.java31 import sun.util.locale.LocaleObjectCache;
43 Field mapField = LocaleObjectCache.class.getDeclaredField("map"); in testCache_holdingNoStrongReferences()
/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java70 import sun.util.locale.LocaleObjectCache;
2932 … private static class CandidateListCache extends LocaleObjectCache<BaseLocale, List<Locale>> {
DLocale.java63 import sun.util.locale.LocaleObjectCache;
1027 private static class Cache extends LocaleObjectCache<Object, Locale> {
/libcore/ojluni/annotations/hiddenapi/java/util/
DLocale.java612 extends sun.util.locale.LocaleObjectCache<
/libcore/
Dopenjdk_java_files.bp1947 "ojluni/src/main/java/sun/util/locale/LocaleObjectCache.java",
DEXPECTED_UPSTREAM1847 …in/java/sun/util/locale/LocaleObjectCache.java,jdk21u/jdk-21.0.4-ga,src/java.base/share/classes/su…