Searched refs:decimalFormatSymbols (Results 1 – 10 of 10) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedNumberFormat.java | 618 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()
|
D | NFRuleSet.java | 278 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule() local 279 if (decimalFormatSymbols.getDecimalSeparator() == newRule.getDecimalPoint()) { in setBestFractionRule()
|
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 689 , 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 …]
|
D | nfrs.cpp | 311 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/ |
D | RuleBasedNumberFormat.java | 621 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()
|
D | NFRuleSet.java | 277 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/ |
D | RbnfTest.java | 1580 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/ |
D | RbnfTest.java | 1583 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/ |
D | rbnf.h | 1103 DecimalFormatSymbols* decimalFormatSymbols; variable
|
/external/icu/icu4c/source/test/intltest/ |
D | itrbnf.cpp | 2213 DecimalFormatSymbols decimalFormatSymbols(Locale::getEnglish(), status); in TestVariableDecimalPoint() local 2214 …decimalFormatSymbols.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UNICODE_STRING_SIMPL… in TestVariableDecimalPoint() 2215 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
|