Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedNumberFormat.java618 private transient DecimalFormatSymbols decimalFormatSymbols = null; field in RuleBasedNumberFormat
1000 decimalFormatSymbols = temp.decimalFormatSymbols; in readObject()
1448 decimalFormatSymbols = (DecimalFormatSymbols) newSymbols.clone(); in setDecimalFormatSymbols()
1450 decimalFormat.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()
1463 ruleSet.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()
1566 if (decimalFormatSymbols == null) { in getDecimalFormatSymbols()
1567 decimalFormatSymbols = new DecimalFormatSymbols(locale); in getDecimalFormatSymbols()
1569 return decimalFormatSymbols; in getDecimalFormatSymbols()
DNFRuleSet.java278 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule() local
279 if (decimalFormatSymbols.getDecimalSeparator() == newRule.getDecimalPoint()) { in setBestFractionRule()
/external/icu/icu4c/source/i18n/
Drbnf.cpp689 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
714 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
739 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
763 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
788 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
810 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
877 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
1797 delete decimalFormatSymbols; in dispose()
1798 decimalFormatSymbols = NULL; in dispose()
1886 if (decimalFormatSymbols == nullptr) { in initializeDecimalFormatSymbols()
[all …]
Dnfrs.cpp311 const DecimalFormatSymbols *decimalFormatSymbols = owner->getDecimalFormatSymbols(); in setBestFractionRule() local
312 if (decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol).charAt(0) in setBestFractionRule()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedNumberFormat.java621 private transient DecimalFormatSymbols decimalFormatSymbols = null; field in RuleBasedNumberFormat
1015 decimalFormatSymbols = temp.decimalFormatSymbols; in readObject()
1484 decimalFormatSymbols = (DecimalFormatSymbols) newSymbols.clone(); in setDecimalFormatSymbols()
1486 decimalFormat.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()
1499 ruleSet.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()
1605 if (decimalFormatSymbols == null) { in getDecimalFormatSymbols()
1606 decimalFormatSymbols = new DecimalFormatSymbols(locale); in getDecimalFormatSymbols()
1608 return decimalFormatSymbols; in getDecimalFormatSymbols()
DNFRuleSet.java277 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule() local
278 if (decimalFormatSymbols.getDecimalSeparator() == newRule.getDecimalPoint()) { in setBestFractionRule()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRbnfTest.java1580 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(ULocale.ENGLISH); in TestVariableDecimalPoint() local
1581 decimalFormatSymbols.setDecimalSeparator(','); in TestVariableDecimalPoint()
1582 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRbnfTest.java1583 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(ULocale.ENGLISH); in TestVariableDecimalPoint() local
1584 decimalFormatSymbols.setDecimalSeparator(','); in TestVariableDecimalPoint()
1585 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h1103 DecimalFormatSymbols* decimalFormatSymbols; variable
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp2213 DecimalFormatSymbols decimalFormatSymbols(Locale::getEnglish(), status); in TestVariableDecimalPoint() local
2214decimalFormatSymbols.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UNICODE_STRING_SIMPL… in TestVariableDecimalPoint()
2215 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()