Uses of Class
com.ibm.icu.text.DecimalFormatSymbols
-
Packages that use DecimalFormatSymbols Package Description com.ibm.icu.number Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of DecimalFormatSymbols in com.ibm.icu.number
Methods in com.ibm.icu.number with parameters of type DecimalFormatSymbols Modifier and Type Method Description static UnlocalizedNumberFormatter
NumberFormatter. fromDecimalFormat(com.ibm.icu.impl.number.DecimalFormatProperties properties, DecimalFormatSymbols symbols, com.ibm.icu.impl.number.DecimalFormatProperties exportedProperties)
Deprecated.ICU 60 This API is ICU internal only.T
NumberFormatterSettings. symbols(DecimalFormatSymbols symbols)
Specifies the symbols (decimal separator, grouping separator, percent sign, numerals, etc.) to use when rendering numbers. -
Uses of DecimalFormatSymbols in com.ibm.icu.text
Methods in com.ibm.icu.text that return DecimalFormatSymbols Modifier and Type Method Description static 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(java.util.Locale locale, NumberingSystem ns)
Returns a DecimalFormatSymbols instance for the given locale with digits and symbols corresponding to the givenNumberingSystem
.DecimalFormatSymbols
DecimalFormat. getDecimalFormatSymbols()
Returns a copy of the decimal format symbols used by this formatter.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(java.util.Locale locale)
Returns a DecimalFormatSymbols instance for the given locale.Methods in com.ibm.icu.text with parameters of type DecimalFormatSymbols Modifier and Type Method Description void
DecimalFormat. setDecimalFormatSymbols(DecimalFormatSymbols newSymbols)
Sets the decimal format symbols used by this formatter.void
RuleBasedNumberFormat. setDecimalFormatSymbols(DecimalFormatSymbols newSymbols)
Sets the decimal format symbols used by this formatter.Constructors in com.ibm.icu.text with parameters of type DecimalFormatSymbols Constructor Description DecimalFormat(java.lang.String pattern, DecimalFormatSymbols symbols)
Creates a DecimalFormat based on the given pattern and symbols.DecimalFormat(java.lang.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.
-