Home
last modified time | relevance | path

Searched refs:newBundle (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DControlTest.java473 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/
DResourceBundle.java2049 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/
Dcurrent.txt14753 …method public java.util.ResourceBundle newBundle(String, java.util.Locale, String, ClassLoader, bo…