Uses of Class
com.ibm.icu.util.LocaleMatcher.Direction
-
Packages that use LocaleMatcher.Direction Package Description com.ibm.icu.impl.locale com.ibm.icu.util International calendars and other utility classes. -
-
Uses of LocaleMatcher.Direction in com.ibm.icu.impl.locale
Methods in com.ibm.icu.impl.locale with parameters of type LocaleMatcher.Direction Modifier and Type Method Description int
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.Direction Modifier and Type Field Description private LocaleMatcher.Direction
LocaleMatcher.Builder. direction
private LocaleMatcher.Direction
LocaleMatcher. direction
Methods in com.ibm.icu.util that return LocaleMatcher.Direction Modifier and Type Method Description static LocaleMatcher.Direction
LocaleMatcher.Direction. valueOf(java.lang.String name)
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.Direction Modifier and Type Method Description LocaleMatcher.Builder
LocaleMatcher.Builder. setDirection(LocaleMatcher.Direction direction)
Option for whether to include or ignore one-way (fallback) match data.
-