Uses of Class
com.ibm.icu.text.PluralRules.SampleType
-
Packages that use PluralRules.SampleType Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of PluralRules.SampleType in com.ibm.icu.text
Fields in com.ibm.icu.text declared as PluralRules.SampleType Modifier and Type Field Description PluralRules.SampleType
PluralRules.FixedDecimalSamples. sampleType
Deprecated.This API is ICU internal only.Methods in com.ibm.icu.text that return PluralRules.SampleType Modifier and Type Method Description static PluralRules.SampleType
PluralRules.SampleType. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static PluralRules.SampleType[]
PluralRules.SampleType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type PluralRules.SampleType Modifier and Type Method Description boolean
PluralRules. computeLimited(java.lang.String keyword, PluralRules.SampleType sampleType)
Deprecated.internaljava.util.Collection<java.lang.Double>
PluralRules. getAllKeywordValues(java.lang.String keyword, PluralRules.SampleType type)
Deprecated.This API is ICU internal only.PluralRules.FixedDecimalSamples
PluralRules. getDecimalSamples(java.lang.String keyword, PluralRules.SampleType sampleType)
Deprecated.This API is ICU internal only.PluralRules.KeywordStatus
PluralRules. getKeywordStatus(java.lang.String keyword, int offset, java.util.Set<java.lang.Double> explicits, Output<java.lang.Double> uniqueValue, PluralRules.SampleType sampleType)
Deprecated.This API is ICU internal only.java.util.Collection<java.lang.Double>
PluralRules. getSamples(java.lang.String keyword, PluralRules.SampleType sampleType)
Deprecated.ICU internal onlyboolean
PluralRules. isLimited(java.lang.String keyword, PluralRules.SampleType sampleType)
Deprecated.internal
-