Uses of Class
com.ibm.icu.impl.ICUResourceBundle.OpenType
-
Packages that use ICUResourceBundle.OpenType Package Description com.ibm.icu.impl -
-
Uses of ICUResourceBundle.OpenType in com.ibm.icu.impl
Methods in com.ibm.icu.impl that return ICUResourceBundle.OpenType Modifier and Type Method Description static ICUResourceBundle.OpenType
ICUResourceBundle.OpenType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ICUResourceBundle.OpenType[]
ICUResourceBundle.OpenType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.impl with parameters of type ICUResourceBundle.OpenType Modifier and Type Method Description static ICUResourceBundle
ICUResourceBundle. getBundleInstance(java.lang.String baseName, ULocale locale, ICUResourceBundle.OpenType openType)
static ICUResourceBundle
ICUResourceBundle. getBundleInstance(java.lang.String baseName, java.lang.String localeID, java.lang.ClassLoader root, ICUResourceBundle.OpenType openType)
static java.lang.String
ICUResourceBundle. getParentLocaleID(java.lang.String name, java.lang.String origName, ICUResourceBundle.OpenType openType)
private static ICUResourceBundle
ICUResourceBundle. instantiateBundle(java.lang.String baseName, java.lang.String localeID, java.lang.String origLocaleID, java.lang.String defaultID, java.lang.ClassLoader root, ICUResourceBundle.OpenType openType)
-