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 TypeMethodDescriptionintLocaleDistance.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
Subclasses with type arguments of type LocaleMatcher.Direction in com.ibm.icu.utilModifier and TypeClassDescriptionstatic enumBuilder option for whether to include or ignore one-way (fallback) match data.Fields in com.ibm.icu.util declared as LocaleMatcher.DirectionModifier and TypeFieldDescriptionprivate LocaleMatcher.DirectionLocaleMatcher.Builder.directionprivate final LocaleMatcher.DirectionLocaleMatcher.directionMethods in com.ibm.icu.util that return LocaleMatcher.DirectionModifier and TypeMethodDescriptionstatic LocaleMatcher.DirectionReturns 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.