Searched refs:toBundleName (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DPackagePrivateTest.java66 String bn = toBundleName(baseName, locale);
H A DLoadingStrategiesTest.java96 public String toBundleName(String baseName, Locale locale) { method in class:LoadingStrategiesTest.PerLocalePackageControl
100 String loc = super.toBundleName("", locale);
H A DBadControlsTest.java80 public String toBundleName(String name, Locale loc) {
86 throw new RuntimeException("toBundleName returns null");
89 throw new RuntimeException("toBundleName returns null. The cause isn't NPE.");
H A DXMLResourceBundleTest.java57 String bundleName = toBundleName(baseName, locale);
H A DExpirationTest.java173 return toResourceName(toBundleName(name, loc), fmt.substring(5));
H A DDefaultControlTest.java78 // Test toBundleName(String, Locale)
356 String bn = CONTROL.toBundleName(name, locale);
359 error("toBundleName: got %s, expected %s%n", bn, expected);
367 String s = CONTROL.toBundleName((String) data[0], (Locale) data[1]);
368 error("toBundleName(%s, %s) doesn't throw NPE.%n", data[0], data[1]);
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java1815 * #toBundleName(String, Locale) toBundleName} and {@link
1818 * methods. However, the <code>toBundleName</code> method could be
1904 * String bundleName = toBundleName(baseName, locale);
2483 * #toBundleName(String, Locale) toBundleName(baseName,
2537 * {@link #toBundleName(String, Locale) toBundleName}
2562 String bundleName = toBundleName(baseName, locale);
2734 String resourceName = toResourceName(toBundleName(baseNam
2806 public String toBundleName(String baseName, Locale locale) { method in class:ResourceBundle.Control
[all...]

Completed in 52 milliseconds