Searched refs:createObject (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/sun/util/locale/ | ||
D | LocaleObjectCache.java | 61 V newVal = createObject(key); in get() |
D | BaseLocale.java | 301 protected BaseLocale createObject(Key key) { in createObject() method in BaseLocale.Cache |
/libcore/ojluni/src/main/java/java/util/ | ||
D | Locale.java | 759 protected Locale createObject(LocaleKey key) { in createObject() method in Locale.Cache |
D | ResourceBundle.java | 2312 protected List<Locale> createObject(BaseLocale base) { in createObject() method in ResourceBundle.Control.CandidateListCache |