Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java2367 private static final CandidateListCache CANDIDATES_CACHE = new CandidateListCache();
2369 … private static class CandidateListCache extends LocaleObjectCache<BaseLocale, List<Locale>> { class in ResourceBundle.Control