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.SampleTypePluralRules.DecimalQuantitySamples.sampleTypeDeprecated.This API is ICU internal only.Methods in com.ibm.icu.text that return PluralRules.SampleTypeModifier and TypeMethodDescriptionstatic PluralRules.SampleTypeDeprecated.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 voidPluralRules.DecimalQuantitySamples.checkDecimal(PluralRules.SampleType sampleType2, DecimalQuantity sample) Deprecated.booleanPluralRules.computeLimited(String keyword, PluralRules.SampleType sampleType) Deprecated.internalbooleanPluralRules.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 onlybooleanPluralRules.AndConstraint.isLimited(PluralRules.SampleType sampleType) booleanPluralRules.Constraint.isLimited(PluralRules.SampleType sampleType) booleanPluralRules.isLimited(String keyword, PluralRules.SampleType sampleType) Deprecated.internalbooleanPluralRules.OrConstraint.isLimited(PluralRules.SampleType sampleType) booleanPluralRules.RangeConstraint.isLimited(PluralRules.SampleType sampleType) booleanPluralRules.Rule.isLimited(PluralRules.SampleType sampleType) booleanPluralRules.RuleList.isLimited(String keyword, PluralRules.SampleType sampleType) Constructors in com.ibm.icu.text with parameters of type PluralRules.SampleTypeModifierConstructorDescriptionprivateDecimalQuantitySamples(PluralRules.SampleType sampleType, Set<PluralRules.DecimalQuantitySamplesRange> samples, boolean bounded) Deprecated.The samples must be immutable.