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.lsrsprivate final LSR[]LikelySubtags.lsrsFields in com.ibm.icu.impl.locale with type parameters of type LSRModifier and TypeFieldDescriptionLocaleDistance.Data.paradigmLSRsLocaleDistance.paradigmLSRsUsed 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 LSRLikelySubtags.makeMaximizedLsr(String language, String script, String region, String variant, boolean returnInputIfUnmatch) LikelySubtags.makeMaximizedLsrFrom(ULocale locale, boolean returnInputIfUnmatch) LikelySubtags.makeMaximizedLsrFrom(Locale locale) private LSRRaw 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) intLikelySubtags.compareLikely(LSR lsr, LSR other, int likelyInfo) Tests whether lsr is "more likely" than other.intLocaleDistance.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.booleanLSR.isEquivalentTo(LSR other) private booleanLocaleDistance.isMatch(LSR desired, LSR supported, int shiftedThreshold, LocaleMatcher.FavorSubtag favorSubtag) booleanLocaleDistance.isParadigmLSR(LSR lsr) private StringLocaleDistance.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
Classes in com.ibm.icu.util that implement interfaces with type arguments of type LSRFields in com.ibm.icu.util declared as LSRModifier and TypeFieldDescriptionprivate final LSR[]LocaleMatcher.supportedLSRsprivate static final LSRLocaleMatcher.UND_LSRFields in com.ibm.icu.util with type parameters of type LSRMethods in com.ibm.icu.util that return LSRModifier and TypeMethodDescriptionprivate static final LSRLocaleMatcher.getMaximalLsrOrUnd(ULocale locale) private static final LSRLocaleMatcher.getMaximalLsrOrUnd(Locale locale) LocaleMatcher.LocaleLsrIterator.next()LocaleMatcher.ULocaleLsrIterator.next()Methods in com.ibm.icu.util with parameters of type LSRModifier and TypeMethodDescriptionprivate intLocaleMatcher.getBestSuppIndex(LSR desiredLSR, LocaleMatcher.LsrIterator remainingIter) private final intLocaleMatcher.putIfAbsent(LSR lsr, int i, int suppLength)