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

/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DLoadingStrategiesTest.java83 public List<Locale> getCandidateLocales(String baseName, method in class:LoadingStrategiesTest.ChineseControl
90 return super.getCandidateLocales(baseName, locale);
H A DStressTest.java187 public List<Locale> getCandidateLocales(String baseName, Locale locale) { method in class:StressTest.Worker.TestControl
188 List<Locale> list = super.getCandidateLocales(baseName, locale);
/openjdk7/jdk/src/share/classes/sun/util/resources/
H A DLocaleData.java169 public List<Locale> getCandidateLocales(String baseName, Locale locale) { method in class:LocaleData.LocaleDataResourceBundleControl
170 List<Locale> candidates = super.getCandidateLocales(baseName, locale);
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java756 * (e.g., <code>control.getCandidateLocales</code> returns null.)
833 * (e.g., <code>control.getCandidateLocales</code> returns null.)
908 * of {@link Control#getCandidateLocales(String, Locale)
909 * getCandidateLocales} for details.</blockquote>
1060 * <li>The {@link ResourceBundle.Control#getCandidateLocales(String,
1061 * Locale) control.getCandidateLocales} method is called with the target
1236 * (e.g., <code>control.getCandidateLocales</code> returns null.)
1291 List<Locale> candidateLocales = control.getCandidateLocales(baseName, targetLocale);
1293 throw new IllegalArgumentException("Invalid Control: getCandidateLocales");
1831 * ResourceBundle.Control#getCandidateLocales(Strin
2300 public List<Locale> getCandidateLocales(String baseName, Locale locale) { method in class:ResourceBundle.Control
[all...]

Completed in 52 milliseconds