Uses of Interface
com.ibm.icu.text.PluralRules.IFixedDecimal
Packages that use PluralRules.IFixedDecimal
-
Uses of PluralRules.IFixedDecimal in com.ibm.icu.impl.number
Subinterfaces of PluralRules.IFixedDecimal in com.ibm.icu.impl.numberModifier and TypeInterfaceDescriptioninterfaceAn interface representing a number to be processed by the decimal formatting pipeline.Classes in com.ibm.icu.impl.number that implement PluralRules.IFixedDecimalModifier and TypeClassDescriptionclassRepresents numbers and digit display properties using Binary Coded Decimal (BCD).final classA DecimalQuantity with internal storage as a 64-bit BCD, with fallback to a byte array for numbers that don't fit into the standard BCD. -
Uses of PluralRules.IFixedDecimal in com.ibm.icu.number
Methods in com.ibm.icu.number that return PluralRules.IFixedDecimalModifier and TypeMethodDescriptionFormattedNumberRange.getFirstFixedDecimal()Deprecated.This API is ICU internal only.FormattedNumber.getFixedDecimal()Deprecated.This API is ICU internal only.FormattedNumberRange.getSecondFixedDecimal()Deprecated.This API is ICU internal only. -
Uses of PluralRules.IFixedDecimal in com.ibm.icu.text
Classes in com.ibm.icu.text that implement PluralRules.IFixedDecimalModifier and TypeClassDescriptionstatic classDeprecated.This API is ICU internal only.Methods in com.ibm.icu.text that return PluralRules.IFixedDecimalModifier and TypeMethodDescriptionDecimalFormat.getFixedDecimal(double number) Deprecated.This API is ICU internal only.Methods in com.ibm.icu.text with parameters of type PluralRules.IFixedDecimalModifier and TypeMethodDescriptionbooleanPluralRules.Rule.appliesTo(PluralRules.IFixedDecimal n) booleanPluralRules.AndConstraint.isFulfilled(PluralRules.IFixedDecimal n) booleanPluralRules.Constraint.isFulfilled(PluralRules.IFixedDecimal n) booleanPluralRules.OrConstraint.isFulfilled(PluralRules.IFixedDecimal n) booleanPluralRules.RangeConstraint.isFulfilled(PluralRules.IFixedDecimal number) PluralRules.RuleList.select(PluralRules.IFixedDecimal n) booleanPluralRules.RuleList.select(PluralRules.IFixedDecimal sample, String keyword) PluralRules.select(PluralRules.IFixedDecimal number) Deprecated.This API is ICU internal only.private PluralRules.RulePluralRules.RuleList.selectRule(PluralRules.IFixedDecimal n) Method parameters in com.ibm.icu.text with type arguments of type PluralRules.IFixedDecimalModifier and TypeMethodDescriptionprivate booleanPluralRules.addConditional(Set<PluralRules.IFixedDecimal> toAddTo, Set<PluralRules.IFixedDecimal> others, double trial)