|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UResourceBundle | |
com.ibm.icu.util | International calendars and other utility classes. |
Uses of UResourceBundle in com.ibm.icu.util |
Methods in com.ibm.icu.util that return UResourceBundle | |
static UResourceBundle |
UResourceBundle.getBundleInstance(java.lang.String baseName,
java.lang.String localeName)
Creates a resource bundle using the specified base name and locale. |
static UResourceBundle |
UResourceBundle.getBundleInstance(java.lang.String baseName,
java.lang.String localeName,
java.lang.ClassLoader root)
Creates a resource bundle using the specified base name, locale, and class root. |
protected static UResourceBundle |
UResourceBundle.getBundleInstance(java.lang.String baseName,
java.lang.String localeName,
java.lang.ClassLoader root,
boolean disableFallback)
Creates a resource bundle using the specified base name, locale, and class root. |
static UResourceBundle |
UResourceBundle.getBundleInstance(ULocale locale)
Creates a UResourceBundle for the locale specified, from which users can extract resources by using their corresponding keys. |
static UResourceBundle |
UResourceBundle.getBundleInstance(java.lang.String baseName)
Creates a UResourceBundle for the default locale and specified base name, from which users can extract resources by using their corresponding keys. |
static UResourceBundle |
UResourceBundle.getBundleInstance(java.lang.String baseName,
java.util.Locale locale)
Creates a UResourceBundle for the specified locale and specified base name, from which users can extract resources by using their corresponding keys. |
static UResourceBundle |
UResourceBundle.getBundleInstance(java.lang.String baseName,
ULocale locale)
Creates a UResourceBundle, from which users can extract resources by using their corresponding keys. |
static UResourceBundle |
UResourceBundle.getBundleInstance(java.lang.String baseName,
java.util.Locale locale,
java.lang.ClassLoader loader)
Creates a UResourceBundle for the specified locale and specified base name, from which users can extract resources by using their corresponding keys. |
static UResourceBundle |
UResourceBundle.getBundleInstance(java.lang.String baseName,
ULocale locale,
java.lang.ClassLoader loader)
Deprecated. This API is ICU internal only. |
protected abstract UResourceBundle |
UResourceBundle.getParent()
Gets the parent bundle |
protected static UResourceBundle |
UResourceBundle.loadFromCache(java.lang.ClassLoader cl,
java.lang.String fullName,
ULocale defaultLocale)
|
protected static UResourceBundle |
UResourceBundle.instantiateBundle(java.lang.String baseName,
java.lang.String localeName,
java.lang.ClassLoader root,
boolean disableFallback)
Loads a new resource bundle for the give base name, locale and class loader. |
Methods in com.ibm.icu.util with parameters of type UResourceBundle | |
protected static void |
UResourceBundle.addToCache(java.lang.ClassLoader cl,
java.lang.String fullName,
ULocale defaultLocale,
UResourceBundle b)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |