Uses of Class
com.ibm.icu.impl.locale.LSR
Packages that use LSR
-
Uses of LSR in com.ibm.icu.impl.locale
Fields in com.ibm.icu.impl.locale declared as LSRModifier and TypeFieldDescriptionfinal LSR[]
LikelySubtags.Data.lsrs
private final LSR[]
LikelySubtags.lsrs
Fields in com.ibm.icu.impl.locale with type parameters of type LSRModifier and TypeFieldDescriptionLocaleDistance.Data.paradigmLSRs
LocaleDistance.paradigmLSRs
Used to get the paradigm region for a cluster, if there is one.Methods in com.ibm.icu.impl.locale that return LSRModifier and TypeMethodDescriptionstatic LSR[]
LSR.decodeInts
(int[] nums, String[] m49) private LSR
LikelySubtags.makeMaximizedLsr
(String language, String script, String region, String variant, boolean returnInputIfUnmatch) LikelySubtags.makeMaximizedLsrFrom
(ULocale locale, boolean returnInputIfUnmatch) LikelySubtags.makeMaximizedLsrFrom
(Locale locale) private LSR
Raw access to addLikelySubtags.LikelySubtags.minimizeSubtags
(String languageIn, String scriptIn, String regionIn, ULocale.Minimize fieldToFavor) Methods in com.ibm.icu.impl.locale that return types with arguments of type LSRMethods in com.ibm.icu.impl.locale with parameters of type LSRModifier and TypeMethodDescription(package private) int
LikelySubtags.compareLikely
(LSR lsr, LSR other, int likelyInfo) Tests whether lsr is "more likely" than other.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.boolean
LSR.isEquivalentTo
(LSR other) private boolean
LocaleDistance.isMatch
(LSR desired, LSR supported, int shiftedThreshold, LocaleMatcher.FavorSubtag favorSubtag) boolean
LocaleDistance.isParadigmLSR
(LSR lsr) private String
LocaleDistance.partitionsForRegion
(LSR lsr) Constructors in com.ibm.icu.impl.locale with parameters of type LSRModifierConstructorDescriptionConstructor parameters in com.ibm.icu.impl.locale with type arguments of type LSR -
Uses of LSR in com.ibm.icu.util
Fields in com.ibm.icu.util declared as LSRModifier and TypeFieldDescriptionprivate final LSR[]
LocaleMatcher.supportedLSRs
private static final LSR
LocaleMatcher.UND_LSR
Fields in com.ibm.icu.util with type parameters of type LSRMethods in com.ibm.icu.util that return LSRModifier and TypeMethodDescriptionprivate static final LSR
LocaleMatcher.getMaximalLsrOrUnd
(ULocale locale) private static final LSR
LocaleMatcher.getMaximalLsrOrUnd
(Locale locale) LocaleMatcher.LocaleLsrIterator.next()
LocaleMatcher.ULocaleLsrIterator.next()
Methods in com.ibm.icu.util with parameters of type LSRModifier and TypeMethodDescriptionprivate int
LocaleMatcher.getBestSuppIndex
(LSR desiredLSR, LocaleMatcher.LsrIterator remainingIter) private final int
LocaleMatcher.putIfAbsent
(LSR lsr, int i, int suppLength)