Uses of Class
com.ibm.icu.impl.locale.LSR
-
Packages that use LSR Package Description com.ibm.icu.impl.locale com.ibm.icu.util International calendars and other utility classes. -
-
Uses of LSR in com.ibm.icu.impl.locale
Fields in com.ibm.icu.impl.locale declared as LSR Modifier and Type Field Description LSR[]
LikelySubtags.Data. lsrs
private LSR[]
LikelySubtags. lsrs
Fields in com.ibm.icu.impl.locale with type parameters of type LSR Modifier and Type Field Description java.util.Set<LSR>
LocaleDistance.Data. paradigmLSRs
private java.util.Set<LSR>
LocaleDistance. paradigmLSRs
Used to get the paradigm region for a cluster, if there is one.Methods in com.ibm.icu.impl.locale that return LSR Modifier and Type Method Description static LSR[]
LSR. decodeInts(int[] nums, java.lang.String[] m49)
private LSR
LikelySubtags. makeMaximizedLsr(java.lang.String language, java.lang.String script, java.lang.String region, java.lang.String variant, boolean returnInputIfUnmatch)
LSR
LikelySubtags. makeMaximizedLsrFrom(ULocale locale, boolean returnInputIfUnmatch)
LSR
LikelySubtags. makeMaximizedLsrFrom(java.util.Locale locale)
private LSR
LikelySubtags. maximize(java.lang.String language, java.lang.String script, java.lang.String region, boolean returnInputIfUnmatch)
Raw access to addLikelySubtags.LSR
LikelySubtags. minimizeSubtags(java.lang.String languageIn, java.lang.String scriptIn, java.lang.String regionIn, ULocale.Minimize fieldToFavor)
Methods in com.ibm.icu.impl.locale that return types with arguments of type LSR Modifier and Type Method Description private java.util.Map<java.lang.String,LSR>
LikelySubtags. getTable()
Methods in com.ibm.icu.impl.locale with parameters of type LSR Modifier and Type Method Description (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 java.lang.String
LocaleDistance. partitionsForRegion(LSR lsr)
Constructors in com.ibm.icu.impl.locale with parameters of type LSR Constructor Description Data(java.util.Map<java.lang.String,java.lang.String> languageAliases, java.util.Map<java.lang.String,java.lang.String> regionAliases, byte[] trie, LSR[] lsrs)
Constructor parameters in com.ibm.icu.impl.locale with type arguments of type LSR Constructor Description Data(byte[] trie, byte[] regionToPartitionsIndex, java.lang.String[] partitionArrays, java.util.Set<LSR> paradigmLSRs, int[] distances)
-
Uses of LSR in com.ibm.icu.util
Fields in com.ibm.icu.util declared as LSR Modifier and Type Field Description private LSR[]
LocaleMatcher. supportedLSRs
private static LSR
LocaleMatcher. UND_LSR
Fields in com.ibm.icu.util with type parameters of type LSR Modifier and Type Field Description private java.util.Map<LSR,java.lang.Integer>
LocaleMatcher. supportedLsrToIndex
Methods in com.ibm.icu.util that return LSR Modifier and Type Method Description private static LSR
LocaleMatcher. getMaximalLsrOrUnd(ULocale locale)
private static LSR
LocaleMatcher. getMaximalLsrOrUnd(java.util.Locale locale)
LSR
LocaleMatcher.LocaleLsrIterator. next()
LSR
LocaleMatcher.ULocaleLsrIterator. next()
Methods in com.ibm.icu.util with parameters of type LSR Modifier and Type Method Description private int
LocaleMatcher. getBestSuppIndex(LSR desiredLSR, LocaleMatcher.LsrIterator remainingIter)
private int
LocaleMatcher. putIfAbsent(LSR lsr, int i, int suppLength)
-