Uses of Class
com.ibm.icu.util.ULocale.Minimize
-
Packages that use ULocale.Minimize Package Description com.ibm.icu.impl.locale com.ibm.icu.util -
-
Uses of ULocale.Minimize in com.ibm.icu.impl.locale
Methods in com.ibm.icu.impl.locale with parameters of type ULocale.Minimize Modifier and Type Method Description LSR
LikelySubtags. minimizeSubtags(java.lang.String languageIn, java.lang.String scriptIn, java.lang.String regionIn, ULocale.Minimize fieldToFavor)
-
Uses of ULocale.Minimize in com.ibm.icu.util
Methods in com.ibm.icu.util that return ULocale.Minimize Modifier and Type Method Description static ULocale.Minimize
ULocale.Minimize. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static ULocale.Minimize[]
ULocale.Minimize. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type ULocale.Minimize Modifier and Type Method Description static ULocale
ULocale. minimizeSubtags(ULocale loc, ULocale.Minimize fieldToFavor)
Deprecated.This API is ICU internal only.
-