Uses of Enum
com.ibm.icu.util.LocaleMatcher.FavorSubtag
Packages that use LocaleMatcher.FavorSubtag
-
Uses of LocaleMatcher.FavorSubtag in com.ibm.icu.util
Subclasses with type arguments of type LocaleMatcher.FavorSubtag in com.ibm.icu.utilModifier and TypeClassDescriptionstatic enumBuilder option for whether the language subtag or the script subtag is most important.Methods in com.ibm.icu.util that return LocaleMatcher.FavorSubtagModifier and TypeMethodDescriptionstatic LocaleMatcher.FavorSubtagReturns the enum constant of this type with the specified name.static LocaleMatcher.FavorSubtag[]LocaleMatcher.FavorSubtag.values()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 LocaleMatcher.FavorSubtagModifier and TypeMethodDescriptionLocaleMatcher.Builder.setFavorSubtag(LocaleMatcher.FavorSubtag subtag) If SCRIPT, then the language differences are smaller than script differences.