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 TypeInterfaceDescriptioninterface
An interface representing a number to be processed by the decimal formatting pipeline.Classes in com.ibm.icu.impl.number that implement PluralRules.IFixedDecimalModifier and TypeClassDescriptionclass
Represents numbers and digit display properties using Binary Coded Decimal (BCD).final class
A 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 class
Deprecated.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 TypeMethodDescriptionboolean
PluralRules.Rule.appliesTo
(PluralRules.IFixedDecimal n) boolean
PluralRules.AndConstraint.isFulfilled
(PluralRules.IFixedDecimal n) boolean
PluralRules.Constraint.isFulfilled
(PluralRules.IFixedDecimal n) boolean
PluralRules.OrConstraint.isFulfilled
(PluralRules.IFixedDecimal n) boolean
PluralRules.RangeConstraint.isFulfilled
(PluralRules.IFixedDecimal number) PluralRules.RuleList.select
(PluralRules.IFixedDecimal n) boolean
PluralRules.RuleList.select
(PluralRules.IFixedDecimal sample, String keyword) PluralRules.select
(PluralRules.IFixedDecimal number) Deprecated.This API is ICU internal only.private PluralRules.Rule
PluralRules.RuleList.selectRule
(PluralRules.IFixedDecimal n) Method parameters in com.ibm.icu.text with type arguments of type PluralRules.IFixedDecimalModifier and TypeMethodDescriptionprivate boolean
PluralRules.addConditional
(Set<PluralRules.IFixedDecimal> toAddTo, Set<PluralRules.IFixedDecimal> others, double trial)