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 DecimalFormatSymbolsDecimalFormatSymbolsICU.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) DecimalFormatSymbolsMutablePatternModifier.symbolsMethods in com.ibm.icu.impl.number with parameters of type DecimalFormatSymbolsModifier and TypeMethodDescriptionstatic intCurrencySpacingEnabledModifier.applyCurrencySpacing(FormattedStringBuilder output, int prefixStart, int prefixLen, int suffixStart, int suffixLen, DecimalFormatSymbols symbols) Unsafe code pathprivate static intCurrencySpacingEnabledModifier.applyCurrencySpacingAffix(FormattedStringBuilder output, int index, byte affix, DecimalFormatSymbols symbols) Unsafe code pathstatic StringPatternStringUtils.convertLocalized(String input, DecimalFormatSymbols symbols, boolean toLocalized) Converts a pattern between standard notation and localized notation.private static StringCurrencySpacingEnabledModifier.getInsertString(DecimalFormatSymbols symbols, byte affix) private static UnicodeSetCurrencySpacingEnabledModifier.getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) static CurrencyCustomSymbolCurrency.resolve(Currency currency, ULocale locale, DecimalFormatSymbols symbols) voidMutablePatternModifier.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 NumberParserImplNumberParserImpl.createParserFromProperties(DecimalFormatProperties properties, DecimalFormatSymbols symbols, boolean parseCurrency) Creates a parser from the given DecimalFormatProperties.static CombinedCurrencyMatcherCombinedCurrencyMatcher.getInstance(Currency currency, DecimalFormatSymbols dfs, int parseFlags) static DecimalMatcherDecimalMatcher.getInstance(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) static InfinityMatcherInfinityMatcher.getInstance(DecimalFormatSymbols symbols) static MinusSignMatcherMinusSignMatcher.getInstance(DecimalFormatSymbols symbols, boolean allowTrailing) static NanMatcherNanMatcher.getInstance(DecimalFormatSymbols symbols, int parseFlags) static PercentMatcherPercentMatcher.getInstance(DecimalFormatSymbols symbols) static PermilleMatcherPermilleMatcher.getInstance(DecimalFormatSymbols symbols) static PlusSignMatcherPlusSignMatcher.getInstance(DecimalFormatSymbols symbols, boolean allowTrailing) static ScientificMatcherScientificMatcher.getInstance(DecimalFormatSymbols symbols, Grouper grouper) static NumberNumberParserImpl.parseStatic(String input, ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols) Parses the string without returning a NumberParserImpl.static CurrencyAmountNumberParserImpl.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 DecimalFormatSymbolsModifierConstructorDescriptionprivateCombinedCurrencyMatcher(Currency currency, DecimalFormatSymbols dfs, int parseFlags) privateDecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) privateScientificMatcher(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 DecimalFormatSymbolsScientificNotation.ScientificHandler.symbolsMethods in com.ibm.icu.number with parameters of type DecimalFormatSymbolsModifier and TypeMethodDescriptionstatic UnlocalizedNumberFormatterNumberPropertyMapper.create(DecimalFormatProperties properties, DecimalFormatSymbols symbols) Convenience method to create a NumberFormatter directly from Properties.static UnlocalizedNumberFormatterNumberPropertyMapper.create(DecimalFormatProperties properties, DecimalFormatSymbols symbols, DecimalFormatProperties exportedProperties) Convenience method to create a NumberFormatter directly from Properties.static UnlocalizedNumberFormatterNumberPropertyMapper.create(String pattern, DecimalFormatSymbols symbols) Convenience method to create a NumberFormatter directly from a pattern string.static UnlocalizedNumberFormatterNumberFormatter.fromDecimalFormat(DecimalFormatProperties properties, DecimalFormatSymbols symbols, DecimalFormatProperties exportedProperties) Deprecated.ICU 60 This API is ICU internal only.static MacroPropsNumberPropertyMapper.oldToNew(DecimalFormatProperties properties, DecimalFormatSymbols symbols, DecimalFormatProperties exportedProperties) Creates a newMacroPropsobject based on the content of aDecimalFormatPropertiesobject.NumberFormatterSettings.symbols(DecimalFormatSymbols symbols) Specifies the symbols (decimal separator, grouping separator, percent sign, numerals, etc.) to use when rendering numbers.(package private) MicroPropsGeneratorScientificNotation.withLocaleData(DecimalFormatSymbols symbols, boolean build, MicroPropsGenerator parent) Constructors in com.ibm.icu.number with parameters of type DecimalFormatSymbolsModifierConstructorDescriptionprivateScientificHandler(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 DecimalFormatSymbolsRuleBasedNumberFormat.decimalFormatSymbolsThe DecimalFormatSymbols object that any DecimalFormat objects this formatter uses should use.(package private) DecimalFormatSymbolsDecimalFormat.symbolsThe symbols for the current locale.Methods in com.ibm.icu.text that return DecimalFormatSymbolsModifier and TypeMethodDescriptionstatic DecimalFormatSymbolsDecimalFormatSymbols.forNumberingSystem(ULocale locale, NumberingSystem ns) Returns a DecimalFormatSymbols instance for the given locale with digits and symbols corresponding to the givenNumberingSystem.static DecimalFormatSymbolsDecimalFormatSymbols.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) DecimalFormatSymbolsRuleBasedNumberFormat.getDecimalFormatSymbols()Returns the DecimalFormatSymbols object that should be used by all DecimalFormat instances owned by this formatter.private static DecimalFormatSymbolsDecimalFormat.getDefaultSymbols()static DecimalFormatSymbolsDecimalFormatSymbols.getInstance()Returns a DecimalFormatSymbols instance for the default locale.static DecimalFormatSymbolsDecimalFormatSymbols.getInstance(ULocale locale) Returns a DecimalFormatSymbols instance for the given locale.static DecimalFormatSymbolsDecimalFormatSymbols.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 StringScientificNumberFormatter.getPreExponent(DecimalFormatSymbols dfs) voidDecimalFormat.setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) Sets the decimal format symbols used by this formatter.voidNFRule.setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) voidNFRuleSet.setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) voidNFSubstitution.setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) voidRuleBasedNumberFormat.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.