Searched refs:newBundle (Results 1 – 3 of 3) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ControlTest.java | 473 bundle = control.newBundle(propertiesNameCopy, frFR, PROPERTIES, in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() 495 ResourceBundle otherBundle = control.newBundle(propertiesName, in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() 508 bundle = control.newBundle(className, frFR, CLASS, testCodeClassLoader, false); in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ()
|
/libcore/ojluni/src/main/java/java/util/ |
D | ResourceBundle.java | 2049 bundle = control.newBundle(cacheKey.getName(), targetLocale, format, in loadBundle() 3199 public ResourceBundle newBundle(String baseName, Locale locale, String format, in newBundle() method in ResourceBundle.Control
|
/libcore/api/ |
D | current.txt | 14753 …method public java.util.ResourceBundle newBundle(String, java.util.Locale, String, ClassLoader, bo…
|