Searched defs:getCandidateLocales (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java807 * (e.g., <code>control.getCandidateLocales</code> returns null.)
886 * (e.g., <code>control.getCandidateLocales</code> returns null.)
963 * of {@link Control#getCandidateLocales(String, Locale)
964 * getCandidateLocales} for details.</blockquote>
1114 * <li>The {@link ResourceBundle.Control#getCandidateLocales(String,
1115 * Locale) control.getCandidateLocales} method is called with the target
1290 * (e.g., <code>control.getCandidateLocales</code> returns null.)
1350 List<Locale> candidateLocales = control.getCandidateLocales(baseName, targetLocale);
1352 throw new IllegalArgumentException("Invalid Control: getCandidateLocales");
1892 * ResourceBundle.Control#getCandidateLocales(Strin
2359 public List<Locale> getCandidateLocales(String baseName, Locale locale) { method in class:ResourceBundle.Control
[all...]

Completed in 16 milliseconds