Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java2364 return new ArrayList<>(CANDIDATES_CACHE.get(locale.getBaseLocale())); in getCandidateLocales()
2367 private static final CandidateListCache CANDIDATES_CACHE = new CandidateListCache(); field in ResourceBundle.Control