Uses of Interface
com.ibm.icu.impl.number.AffixUtils.SymbolProvider
Packages that use AffixUtils.SymbolProvider
-
Uses of AffixUtils.SymbolProvider in com.ibm.icu.impl.number
Classes in com.ibm.icu.impl.number that implement AffixUtils.SymbolProviderModifier and TypeClassDescriptionclass
This class is aModifier
that wraps a decimal format pattern.Methods in com.ibm.icu.impl.number with parameters of type AffixUtils.SymbolProviderModifier and TypeMethodDescriptionstatic int
AffixUtils.unescape
(CharSequence affixPattern, FormattedStringBuilder output, int position, AffixUtils.SymbolProvider provider, NumberFormat.Field field) Executes the unescape state machine.static int
AffixUtils.unescapedCount
(CharSequence affixPattern, boolean lengthOrCount, AffixUtils.SymbolProvider provider) Sames asAffixUtils.unescape(java.lang.CharSequence, com.ibm.icu.impl.FormattedStringBuilder, int, com.ibm.icu.impl.number.AffixUtils.SymbolProvider, com.ibm.icu.text.NumberFormat.Field)
, but only calculates the length or code point count.