Searched defs:getCandidateLocales (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/test/java/util/ResourceBundle/Control/ |
H A D | LoadingStrategiesTest.java | 83 public List<Locale> getCandidateLocales(String baseName, method in class:LoadingStrategiesTest.ChineseControl 90 return super.getCandidateLocales(baseName, locale);
|
H A D | StressTest.java | 187 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 D | LocaleData.java | 169 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 D | ResourceBundle.java | 756 * (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 1166 milliseconds