Searched refs:decimalFormatSymbols (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 663 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat() 687 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat() 711 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat() 734 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat() 758 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat() 779 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat() 845 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat() 1637 delete decimalFormatSymbols; in dispose() 1638 decimalFormatSymbols = NULL; in dispose() 1726 if (decimalFormatSymbols == NULL) { in initializeDecimalFormatSymbols() [all …]
|
D | nfrs.cpp | 308 const DecimalFormatSymbols *decimalFormatSymbols = owner->getDecimalFormatSymbols(); in setBestFractionRule() local 309 if (decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol).charAt(0) in setBestFractionRule()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedNumberFormat.java | 618 private transient DecimalFormatSymbols decimalFormatSymbols = null; field in RuleBasedNumberFormat 1011 decimalFormatSymbols = temp.decimalFormatSymbols; in readObject() 1464 decimalFormatSymbols = (DecimalFormatSymbols) newSymbols.clone(); in setDecimalFormatSymbols() 1466 decimalFormat.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols() 1479 ruleSet.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols() 1584 if (decimalFormatSymbols == null) { in getDecimalFormatSymbols() 1585 decimalFormatSymbols = new DecimalFormatSymbols(locale); in getDecimalFormatSymbols() 1587 return decimalFormatSymbols; in getDecimalFormatSymbols()
|
D | NFRuleSet.java | 275 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule() local 276 if (decimalFormatSymbols.getDecimalSeparator() == newRule.getDecimalPoint()) { in setBestFractionRule()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedNumberFormat.java | 615 private transient DecimalFormatSymbols decimalFormatSymbols = null; field in RuleBasedNumberFormat 997 decimalFormatSymbols = temp.decimalFormatSymbols; in readObject() 1429 decimalFormatSymbols = (DecimalFormatSymbols) newSymbols.clone(); in setDecimalFormatSymbols() 1431 decimalFormat.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols() 1444 ruleSet.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols() 1548 if (decimalFormatSymbols == null) { in getDecimalFormatSymbols() 1549 decimalFormatSymbols = new DecimalFormatSymbols(locale); in getDecimalFormatSymbols() 1551 return decimalFormatSymbols; in getDecimalFormatSymbols()
|
D | NFRuleSet.java | 276 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule() local 277 if (decimalFormatSymbols.getDecimalSeparator() == newRule.getDecimalPoint()) { in setBestFractionRule()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RbnfTest.java | 1557 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(ULocale.ENGLISH); in TestVariableDecimalPoint() local 1558 decimalFormatSymbols.setDecimalSeparator(','); in TestVariableDecimalPoint() 1559 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | RbnfTest.java | 1561 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(ULocale.ENGLISH); in TestVariableDecimalPoint() local 1562 decimalFormatSymbols.setDecimalSeparator(','); in TestVariableDecimalPoint() 1563 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | rbnf.h | 1035 DecimalFormatSymbols* decimalFormatSymbols; variable
|
/external/icu/icu4c/source/test/intltest/ |
D | itrbnf.cpp | 2208 DecimalFormatSymbols decimalFormatSymbols(Locale::getEnglish(), status); in TestVariableDecimalPoint() local 2209 …decimalFormatSymbols.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UNICODE_STRING_SIMPL… in TestVariableDecimalPoint() 2210 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
|