Home
last modified time | relevance | path

Searched refs:decimalFormatSymbols (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedNumberFormat.java580 private transient DecimalFormatSymbols decimalFormatSymbols = null; field in RuleBasedNumberFormat
956 decimalFormatSymbols = temp.decimalFormatSymbols; in readObject()
1408 decimalFormatSymbols = (DecimalFormatSymbols) newSymbols.clone(); in setDecimalFormatSymbols()
1410 decimalFormat.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()
1485 if (decimalFormatSymbols == null) { in getDecimalFormatSymbols()
1486 decimalFormatSymbols = new DecimalFormatSymbols(locale); in getDecimalFormatSymbols()
1488 return decimalFormatSymbols; in getDecimalFormatSymbols()
1495 if (decimalFormatSymbols != null) { in getDecimalFormat()
1496 decimalFormat.setDecimalFormatSymbols(decimalFormatSymbols); in getDecimalFormat()
/external/icu/icu4c/source/i18n/
Drbnf.cpp663 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
685 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
707 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
728 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
750 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
769 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
833 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
1619 delete decimalFormatSymbols; in dispose()
1620 decimalFormatSymbols = NULL; in dispose()
1707 if (decimalFormatSymbols == NULL) { in getDecimalFormatSymbols()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h998 DecimalFormatSymbols* decimalFormatSymbols; variable