Uses of Class
com.ibm.icu.text.DecimalFormatSymbols
-
Packages that use DecimalFormatSymbols Package Description com.ibm.icu.impl.jdkadapter com.ibm.icu.impl.number com.ibm.icu.impl.number.parse com.ibm.icu.number com.ibm.icu.text -
-
Uses of DecimalFormatSymbols in com.ibm.icu.impl.jdkadapter
Fields in com.ibm.icu.impl.jdkadapter declared as DecimalFormatSymbols Modifier and Type Field Description private DecimalFormatSymbols
DecimalFormatSymbolsICU. fIcuDecfs
Methods in com.ibm.icu.impl.jdkadapter that return DecimalFormatSymbols Modifier and Type Method Description DecimalFormatSymbols
DecimalFormatSymbolsICU. unwrap()
Methods in com.ibm.icu.impl.jdkadapter with parameters of type DecimalFormatSymbols Modifier and Type Method Description static java.text.DecimalFormatSymbols
DecimalFormatSymbolsICU. wrap(DecimalFormatSymbols icuDecfs)
Constructors in com.ibm.icu.impl.jdkadapter with parameters of type DecimalFormatSymbols Constructor Description DecimalFormatSymbolsICU(DecimalFormatSymbols icuDecfs)
-
Uses of DecimalFormatSymbols in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as DecimalFormatSymbols Modifier and Type Field Description DecimalFormatSymbols
MicroProps. symbols
(package private) DecimalFormatSymbols
MutablePatternModifier. symbols
Methods in com.ibm.icu.impl.number with parameters of type DecimalFormatSymbols Modifier and Type Method Description static 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 java.lang.String
PatternStringUtils. convertLocalized(java.lang.String input, DecimalFormatSymbols symbols, boolean toLocalized)
Converts a pattern between standard notation and localized notation.private static java.lang.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 DecimalFormatSymbols Constructor Description CurrencySpacingEnabledModifier(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 DecimalFormatSymbols Modifier and Type Field Description DecimalFormatSymbols
AffixTokenMatcherFactory. symbols
Methods in com.ibm.icu.impl.number.parse with parameters of type DecimalFormatSymbols Modifier and Type Method Description static 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 java.lang.Number
NumberParserImpl. parseStatic(java.lang.String input, java.text.ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols)
Parses the string without returning a NumberParserImpl.static CurrencyAmount
NumberParserImpl. parseStaticCurrency(java.lang.String input, java.text.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 DecimalFormatSymbols Constructor Description CombinedCurrencyMatcher(Currency currency, DecimalFormatSymbols dfs, int parseFlags)
DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags)
ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper)
-
Uses of DecimalFormatSymbols in com.ibm.icu.number
Fields in com.ibm.icu.number declared as DecimalFormatSymbols Modifier and Type Field Description (package private) DecimalFormatSymbols
ScientificNotation.ScientificHandler. symbols
Methods in com.ibm.icu.number with parameters of type DecimalFormatSymbols Modifier and Type Method Description static 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(java.lang.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.T
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 DecimalFormatSymbols Constructor Description 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 DecimalFormatSymbols Modifier and Type Field Description private 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 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.(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(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 private static java.lang.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 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, int choice)
Package-private constructor used by NumberFormat.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.
-