Searched refs:CANDIDATES_CACHE (Results 1 – 1 of 1) sorted by relevance
2364 return new ArrayList<>(CANDIDATES_CACHE.get(locale.getBaseLocale())); in getCandidateLocales()2367 private static final CandidateListCache CANDIDATES_CACHE = new CandidateListCache(); field in ResourceBundle.Control