Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbnf.cpp663 , 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 …]
Dnfrs.cpp308 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/
DRuleBasedNumberFormat.java618 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()
DNFRuleSet.java275 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/
DRuleBasedNumberFormat.java615 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()
DNFRuleSet.java276 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/
DRbnfTest.java1557 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/
DRbnfTest.java1561 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/
Drbnf.h1035 DecimalFormatSymbols* decimalFormatSymbols; variable
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp2208 DecimalFormatSymbols decimalFormatSymbols(Locale::getEnglish(), status); in TestVariableDecimalPoint() local
2209decimalFormatSymbols.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UNICODE_STRING_SIMPL… in TestVariableDecimalPoint()
2210 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...