Uses of Class
com.ibm.icu.text.DecimalFormatSymbols
Packages that use DecimalFormatSymbols
Package
Description
-
Uses of DecimalFormatSymbols in com.ibm.icu.impl.jdkadapter
Fields in com.ibm.icu.impl.jdkadapter declared as DecimalFormatSymbolsMethods in com.ibm.icu.impl.jdkadapter that return DecimalFormatSymbolsMethods in com.ibm.icu.impl.jdkadapter with parameters of type DecimalFormatSymbolsModifier and TypeMethodDescriptionstatic DecimalFormatSymbols
DecimalFormatSymbolsICU.wrap
(DecimalFormatSymbols icuDecfs) Constructors in com.ibm.icu.impl.jdkadapter with parameters of type DecimalFormatSymbols -
Uses of DecimalFormatSymbols in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as DecimalFormatSymbolsModifier and TypeFieldDescriptionMicroProps.symbols
(package private) DecimalFormatSymbols
MutablePatternModifier.symbols
Methods in com.ibm.icu.impl.number with parameters of type DecimalFormatSymbolsModifier and TypeMethodDescriptionstatic int
CurrencySpacingEnabledModifier.applyCurrencySpacing
(FormattedStringBuilder output, int prefixStart, int prefixLen, int suffixStart, int suffixLen, DecimalFormatSymbols symbols) Unsafe code pathprivate static int
CurrencySpacingEnabledModifier.applyCurrencySpacingAffix
(FormattedStringBuilder output, int index, byte affix, DecimalFormatSymbols symbols) Unsafe code pathstatic String
PatternStringUtils.convertLocalized
(String input, DecimalFormatSymbols symbols, boolean toLocalized) Converts a pattern between standard notation and localized notation.private static String
CurrencySpacingEnabledModifier.getInsertString
(DecimalFormatSymbols symbols, byte affix) private static UnicodeSet
CurrencySpacingEnabledModifier.getUnicodeSet
(DecimalFormatSymbols symbols, short position, byte affix) static Currency
CustomSymbolCurrency.resolve
(Currency currency, ULocale locale, DecimalFormatSymbols symbols) void
MutablePatternModifier.setSymbols
(DecimalFormatSymbols symbols, Currency currency, NumberFormatter.UnitWidth unitWidth, PluralRules rules) Sets locale-specific details that affect the symbols substituted into the pattern string affixes.Constructors in com.ibm.icu.impl.number with parameters of type DecimalFormatSymbolsModifierConstructorDescriptionCurrencySpacingEnabledModifier
(FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong, DecimalFormatSymbols symbols) Safe code path -
Uses of DecimalFormatSymbols in com.ibm.icu.impl.number.parse
Fields in com.ibm.icu.impl.number.parse declared as DecimalFormatSymbolsMethods in com.ibm.icu.impl.number.parse with parameters of type DecimalFormatSymbolsModifier and TypeMethodDescriptionstatic NumberParserImpl
NumberParserImpl.createParserFromProperties
(DecimalFormatProperties properties, DecimalFormatSymbols symbols, boolean parseCurrency) Creates a parser from the given DecimalFormatProperties.static CombinedCurrencyMatcher
CombinedCurrencyMatcher.getInstance
(Currency currency, DecimalFormatSymbols dfs, int parseFlags) static DecimalMatcher
DecimalMatcher.getInstance
(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) static InfinityMatcher
InfinityMatcher.getInstance
(DecimalFormatSymbols symbols) static MinusSignMatcher
MinusSignMatcher.getInstance
(DecimalFormatSymbols symbols, boolean allowTrailing) static NanMatcher
NanMatcher.getInstance
(DecimalFormatSymbols symbols, int parseFlags) static PercentMatcher
PercentMatcher.getInstance
(DecimalFormatSymbols symbols) static PermilleMatcher
PermilleMatcher.getInstance
(DecimalFormatSymbols symbols) static PlusSignMatcher
PlusSignMatcher.getInstance
(DecimalFormatSymbols symbols, boolean allowTrailing) static ScientificMatcher
ScientificMatcher.getInstance
(DecimalFormatSymbols symbols, Grouper grouper) static Number
NumberParserImpl.parseStatic
(String input, ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols) Parses the string without returning a NumberParserImpl.static CurrencyAmount
NumberParserImpl.parseStaticCurrency
(String input, ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols) Parses the string without returning a NumberParserImpl.Constructors in com.ibm.icu.impl.number.parse with parameters of type DecimalFormatSymbolsModifierConstructorDescriptionprivate
CombinedCurrencyMatcher
(Currency currency, DecimalFormatSymbols dfs, int parseFlags) private
DecimalMatcher
(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) private
ScientificMatcher
(DecimalFormatSymbols symbols, Grouper grouper) -
Uses of DecimalFormatSymbols in com.ibm.icu.number
Fields in com.ibm.icu.number declared as DecimalFormatSymbolsModifier and TypeFieldDescription(package private) final DecimalFormatSymbols
ScientificNotation.ScientificHandler.symbols
Methods in com.ibm.icu.number with parameters of type DecimalFormatSymbolsModifier and TypeMethodDescriptionstatic UnlocalizedNumberFormatter
NumberPropertyMapper.create
(DecimalFormatProperties properties, DecimalFormatSymbols symbols) Convenience method to create a NumberFormatter directly from Properties.static UnlocalizedNumberFormatter
NumberPropertyMapper.create
(DecimalFormatProperties properties, DecimalFormatSymbols symbols, DecimalFormatProperties exportedProperties) Convenience method to create a NumberFormatter directly from Properties.static UnlocalizedNumberFormatter
NumberPropertyMapper.create
(String pattern, DecimalFormatSymbols symbols) Convenience method to create a NumberFormatter directly from a pattern string.static UnlocalizedNumberFormatter
NumberFormatter.fromDecimalFormat
(DecimalFormatProperties properties, DecimalFormatSymbols symbols, DecimalFormatProperties exportedProperties) Deprecated.ICU 60 This API is ICU internal only.static MacroProps
NumberPropertyMapper.oldToNew
(DecimalFormatProperties properties, DecimalFormatSymbols symbols, DecimalFormatProperties exportedProperties) Creates a newMacroProps
object based on the content of aDecimalFormatProperties
object.NumberFormatterSettings.symbols
(DecimalFormatSymbols symbols) Specifies the symbols (decimal separator, grouping separator, percent sign, numerals, etc.) to use when rendering numbers.(package private) MicroPropsGenerator
ScientificNotation.withLocaleData
(DecimalFormatSymbols symbols, boolean build, MicroPropsGenerator parent) Constructors in com.ibm.icu.number with parameters of type DecimalFormatSymbolsModifierConstructorDescriptionprivate
ScientificHandler
(ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, MicroPropsGenerator parent) -
Uses of DecimalFormatSymbols in com.ibm.icu.text
Fields in com.ibm.icu.text declared as DecimalFormatSymbolsModifier and TypeFieldDescriptionprivate DecimalFormatSymbols
RuleBasedNumberFormat.decimalFormatSymbols
The DecimalFormatSymbols object that any DecimalFormat objects this formatter uses should use.(package private) DecimalFormatSymbols
DecimalFormat.symbols
The symbols for the current locale.Methods in com.ibm.icu.text that return DecimalFormatSymbolsModifier and TypeMethodDescriptionstatic DecimalFormatSymbols
DecimalFormatSymbols.forNumberingSystem
(ULocale locale, NumberingSystem ns) Returns a DecimalFormatSymbols instance for the given locale with digits and symbols corresponding to the givenNumberingSystem
.static DecimalFormatSymbols
DecimalFormatSymbols.forNumberingSystem
(Locale locale, NumberingSystem ns) Returns a DecimalFormatSymbols instance for the given locale with digits and symbols corresponding to the givenNumberingSystem
.DecimalFormat.getDecimalFormatSymbols()
Returns a copy of the decimal format symbols used by this formatter.(package private) DecimalFormatSymbols
RuleBasedNumberFormat.getDecimalFormatSymbols()
Returns the DecimalFormatSymbols object that should be used by all DecimalFormat instances owned by this formatter.private static DecimalFormatSymbols
DecimalFormat.getDefaultSymbols()
static DecimalFormatSymbols
DecimalFormatSymbols.getInstance()
Returns a DecimalFormatSymbols instance for the default locale.static DecimalFormatSymbols
DecimalFormatSymbols.getInstance
(ULocale locale) Returns a DecimalFormatSymbols instance for the given locale.static DecimalFormatSymbols
DecimalFormatSymbols.getInstance
(Locale locale) Returns a DecimalFormatSymbols instance for the given locale.Methods in com.ibm.icu.text with parameters of type DecimalFormatSymbolsModifier and TypeMethodDescriptionprivate static String
ScientificNumberFormatter.getPreExponent
(DecimalFormatSymbols dfs) void
DecimalFormat.setDecimalFormatSymbols
(DecimalFormatSymbols newSymbols) Sets the decimal format symbols used by this formatter.void
NFRule.setDecimalFormatSymbols
(DecimalFormatSymbols newSymbols) void
NFRuleSet.setDecimalFormatSymbols
(DecimalFormatSymbols newSymbols) void
NFSubstitution.setDecimalFormatSymbols
(DecimalFormatSymbols newSymbols) void
RuleBasedNumberFormat.setDecimalFormatSymbols
(DecimalFormatSymbols newSymbols) Sets the decimal format symbols used by this formatter.Constructors in com.ibm.icu.text with parameters of type DecimalFormatSymbolsModifierConstructorDescriptionDecimalFormat
(String pattern, DecimalFormatSymbols symbols) Creates a DecimalFormat based on the given pattern and symbols.(package private)
DecimalFormat
(String pattern, DecimalFormatSymbols symbols, int choice) Package-private constructor used by NumberFormat.DecimalFormat
(String pattern, DecimalFormatSymbols symbols, CurrencyPluralInfo infoInput, int style) Creates a DecimalFormat based on the given pattern and symbols, with additional control over the behavior of currency.