Uses of Enum
com.ibm.icu.text.PluralRules.SampleType
Packages that use PluralRules.SampleType
-
Uses of PluralRules.SampleType in com.ibm.icu.text
Fields in com.ibm.icu.text declared as PluralRules.SampleTypeModifier and TypeFieldDescriptionfinal PluralRules.SampleType
PluralRules.DecimalQuantitySamples.sampleType
Deprecated.This API is ICU internal only.Methods in com.ibm.icu.text that return PluralRules.SampleTypeModifier and TypeMethodDescriptionstatic PluralRules.SampleType
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.SampleTypeModifier and TypeMethodDescriptionprivate static void
PluralRules.DecimalQuantitySamples.checkDecimal
(PluralRules.SampleType sampleType2, DecimalQuantity sample) Deprecated.boolean
PluralRules.computeLimited
(String keyword, PluralRules.SampleType sampleType) Deprecated.internalboolean
PluralRules.RuleList.computeLimited
(String keyword, PluralRules.SampleType sampleType) PluralRules.getAllKeywordValues
(String keyword, PluralRules.SampleType type) Deprecated.This API is ICU internal only.PluralRules.getDecimalQuantitySamples
(String keyword, PluralRules.SampleType sampleType) Deprecated.ICU internal onlyPluralRules.getDecimalSamples
(String keyword, PluralRules.SampleType sampleType) Deprecated.This API is ICU internal only.PluralRules.RuleList.getDecimalSamples
(String keyword, PluralRules.SampleType sampleType) PluralRules.getKeywordStatus
(String keyword, int offset, Set<DecimalQuantity> explicits, Output<DecimalQuantity> uniqueValue, PluralRules.SampleType sampleType) Deprecated.This API is ICU internal only.PluralRules.getSamples
(String keyword, PluralRules.SampleType sampleType) Deprecated.ICU internal onlyboolean
PluralRules.AndConstraint.isLimited
(PluralRules.SampleType sampleType) boolean
PluralRules.Constraint.isLimited
(PluralRules.SampleType sampleType) boolean
PluralRules.isLimited
(String keyword, PluralRules.SampleType sampleType) Deprecated.internalboolean
PluralRules.OrConstraint.isLimited
(PluralRules.SampleType sampleType) boolean
PluralRules.RangeConstraint.isLimited
(PluralRules.SampleType sampleType) boolean
PluralRules.Rule.isLimited
(PluralRules.SampleType sampleType) boolean
PluralRules.RuleList.isLimited
(String keyword, PluralRules.SampleType sampleType) Constructors in com.ibm.icu.text with parameters of type PluralRules.SampleTypeModifierConstructorDescriptionprivate
DecimalQuantitySamples
(PluralRules.SampleType sampleType, Set<PluralRules.DecimalQuantitySamplesRange> samples, boolean bounded) Deprecated.The samples must be immutable.