Uses of Enum
com.ibm.icu.util.LocaleMatcher.Direction
Packages that use LocaleMatcher.Direction
-
Uses of LocaleMatcher.Direction in com.ibm.icu.impl.locale
Methods in com.ibm.icu.impl.locale with parameters of type LocaleMatcher.DirectionModifier and TypeMethodDescriptionint
LocaleDistance.getBestIndexAndDistance
(LSR desired, LSR[] supportedLSRs, int supportedLSRsLength, int shiftedThreshold, LocaleMatcher.FavorSubtag favorSubtag, LocaleMatcher.Direction direction) Finds the supported LSR with the smallest distance from the desired one. -
Uses of LocaleMatcher.Direction in com.ibm.icu.util
Fields in com.ibm.icu.util declared as LocaleMatcher.DirectionModifier and TypeFieldDescriptionprivate LocaleMatcher.Direction
LocaleMatcher.Builder.direction
private final LocaleMatcher.Direction
LocaleMatcher.direction
Methods in com.ibm.icu.util that return LocaleMatcher.DirectionModifier and TypeMethodDescriptionstatic LocaleMatcher.Direction
Returns the enum constant of this type with the specified name.static LocaleMatcher.Direction[]
LocaleMatcher.Direction.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.DirectionModifier and TypeMethodDescriptionLocaleMatcher.Builder.setDirection
(LocaleMatcher.Direction direction) Option for whether to include or ignore one-way (fallback) match data.