Uses of Interface
com.ibm.icu.impl.number.Modifier
Packages that use Modifier
-
Uses of Modifier in com.ibm.icu.impl.number
Classes in com.ibm.icu.impl.number that implement ModifierModifier and TypeClassDescriptionclass
The canonical implementation ofModifier
, containing a prefix and suffix string.class
An implementation ofModifier
that allows for multiple types of fields in the same modifier.class
Identical toConstantMultiFieldModifier
, but supports currency spacing.class
This class is aModifier
that wraps a decimal format pattern.class
The second primary implementation ofModifier
, this one consuming aSimpleFormatter
pattern.Fields in com.ibm.icu.impl.number declared as ModifierModifier and TypeFieldDescriptionMicroProps.modInner
MicroProps.modMiddle
MicroProps.modOuter
(package private) final Modifier[]
AdoptingModifierStore.mods
private final Modifier
AdoptingModifierStore.negative
private final Modifier
AdoptingModifierStore.negZero
private final Modifier
AdoptingModifierStore.positive
private final Modifier
AdoptingModifierStore.posZero
Methods in com.ibm.icu.impl.number that return ModifierModifier and TypeMethodDescriptionprivate Modifier
MixedUnitLongNameHandler.getMixedUnitModifier
(DecimalQuantity quantity, MicroProps micros) For a mixed unit, returns a Modifier that takes only one parameter: the smallest and final unit of the set.AdoptingModifierStore.getModifier
(Modifier.Signum signum, StandardPlural plural) LongNameHandler.getModifier
(Modifier.Signum signum, StandardPlural plural) MixedUnitLongNameHandler.getModifier
(Modifier.Signum signum, StandardPlural plural) Required for ModifierStore.ModifierStore.getModifier
(Modifier.Signum signum, StandardPlural plural) Returns a Modifier with the given parameters (best-effort).AdoptingModifierStore.getModifierWithoutPlural
(Modifier.Signum signum) Methods in com.ibm.icu.impl.number with parameters of type ModifierModifier and TypeMethodDescriptionint
Padder.padAndApply
(Modifier mod1, Modifier mod2, FormattedStringBuilder string, int leftIndex, int rightIndex) boolean
ConstantAffixModifier.semanticallyEquivalent
(Modifier other) boolean
ConstantMultiFieldModifier.semanticallyEquivalent
(Modifier other) boolean
Modifier.semanticallyEquivalent
(Modifier other) Returns whether this Modifier is *semantically equivalent* to the other Modifier; in many cases, this is the same as equal, but parameters should be ignored.boolean
MutablePatternModifier.semanticallyEquivalent
(Modifier other) boolean
SimpleModifier.semanticallyEquivalent
(Modifier other) void
AdoptingModifierStore.setModifier
(Modifier.Signum signum, StandardPlural plural, Modifier mod) Constructors in com.ibm.icu.impl.number with parameters of type ModifierModifierConstructorDescriptionAdoptingModifierStore
(Modifier positive, Modifier posZero, Modifier negZero, Modifier negative) This constructor populates the ParameterizedModifier with a single positive and negative form. -
Uses of Modifier in com.ibm.icu.number
Classes in com.ibm.icu.number that implement ModifierModifier and TypeClassDescriptionprivate static class
private static class
Methods in com.ibm.icu.number that return ModifierModifier and TypeMethodDescription(package private) Modifier
NumberRangeFormatterImpl.resolveModifierPlurals
(Modifier first, Modifier second) Methods in com.ibm.icu.number with parameters of type ModifierModifier and TypeMethodDescription(package private) Modifier
NumberRangeFormatterImpl.resolveModifierPlurals
(Modifier first, Modifier second) boolean
ScientificNotation.ScientificHandler.semanticallyEquivalent
(Modifier other) boolean
ScientificNotation.ScientificModifier.semanticallyEquivalent
(Modifier other)