Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/util/locale/
DLocaleObjectCache.java61 V newVal = createObject(key); in get()
97 protected abstract V createObject(K key); in createObject() method in LocaleObjectCache
DBaseLocale.java425 protected BaseLocale createObject(Key key) { in createObject() method in Cache
/libcore/luni/src/test/java/libcore/sun/util/locale/
DBaseLocaleTest.java61 protected BaseLocale createObject(BaseLocale.Key key) { in createObject() method in BaseLocaleTest.TestCache
69 return super.createObject(key); in createObject()
/libcore/ojluni/annotations/hiddenapi/java/util/
DLocale.java619 protected java.util.Locale createObject(java.util.Locale.LocaleKey key) { in createObject() method in Locale.Cache
/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java2933 protected List<Locale> createObject(BaseLocale base) { in createObject() method in ResourceBundle.Control.CandidateListCache
DLocale.java1035 protected Locale createObject(Object key) { in createObject() method in Locale.Cache