Frames | No Frames |
Methods with parameter type com.ibm.icu.util.UResourceBundle | |
void | UResourceBundle.addToCache(ClassLoader cl, String fullName, ULocale defaultLocale, UResourceBundle b) |
Methods with return type com.ibm.icu.util.UResourceBundle | |
UResourceBundle | UResourceBundle.getBundleInstance(String baseName) Creates a UResourceBundle for the default locale and specified base name,
from which users can extract resources by using their corresponding keys.
|
UResourceBundle | UResourceBundle.getBundleInstance(String baseName, Locale locale) Creates a UResourceBundle for the specified locale and specified base name,
from which users can extract resources by using their corresponding keys.
|
UResourceBundle | UResourceBundle.getBundleInstance(String baseName, Locale locale, ClassLoader loader) Creates a UResourceBundle for the specified locale and specified base name,
from which users can extract resources by using their corresponding keys.
|
UResourceBundle | UResourceBundle.getBundleInstance(String baseName, String localeName) Creates a resource bundle using the specified base name and locale.
|
UResourceBundle | UResourceBundle.getBundleInstance(String baseName, String localeName, ClassLoader root) Creates a resource bundle using the specified base name, locale, and class root.
|
UResourceBundle | UResourceBundle.getBundleInstance(String baseName, String localeName, ClassLoader root, boolean disableFallback) Creates a resource bundle using the specified base name, locale, and class root.
|
UResourceBundle | Creates a UResourceBundle, from which users can extract resources by using
their corresponding keys.
|
UResourceBundle | Creates a UResourceBundle, from which users can extract resources by using
their corresponding keys.
|
UResourceBundle | Creates a UResourceBundle for the locale specified, from which users can extract resources by using
their corresponding keys.
|
UResourceBundle | Gets the parent bundle
|
UResourceBundle | UResourceBundle.instantiateBundle(String baseName, String localeName, ClassLoader root, boolean disableFallback) Loads a new resource bundle for the give base name, locale and class loader.
|
UResourceBundle |