Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbnf.cpp665 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
689 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
713 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
736 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
760 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
781 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
847 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
1642 delete decimalFormatSymbols; in dispose()
1643 decimalFormatSymbols = NULL; in dispose()
1731 if (decimalFormatSymbols == NULL) { in initializeDecimalFormatSymbols()
[all …]
Dnfrs.cpp310 const DecimalFormatSymbols *decimalFormatSymbols = owner->getDecimalFormatSymbols(); in setBestFractionRule() local
311 if (decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol).charAt(0) in setBestFractionRule()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedNumberFormat.java618 private transient DecimalFormatSymbols decimalFormatSymbols = null; field in RuleBasedNumberFormat
1004 decimalFormatSymbols = temp.decimalFormatSymbols; in readObject()
1452 decimalFormatSymbols = (DecimalFormatSymbols) newSymbols.clone(); in setDecimalFormatSymbols()
1454 decimalFormat.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()
1467 ruleSet.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()
1570 if (decimalFormatSymbols == null) { in getDecimalFormatSymbols()
1571 decimalFormatSymbols = new DecimalFormatSymbols(locale); in getDecimalFormatSymbols()
1573 return decimalFormatSymbols; in getDecimalFormatSymbols()
DNFRuleSet.java278 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule() local
279 if (decimalFormatSymbols.getDecimalSeparator() == newRule.getDecimalPoint()) { in setBestFractionRule()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedNumberFormat.java621 private transient DecimalFormatSymbols decimalFormatSymbols = null; field in RuleBasedNumberFormat
1018 decimalFormatSymbols = temp.decimalFormatSymbols; in readObject()
1487 decimalFormatSymbols = (DecimalFormatSymbols) newSymbols.clone(); in setDecimalFormatSymbols()
1489 decimalFormat.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()
1502 ruleSet.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()
1608 if (decimalFormatSymbols == null) { in getDecimalFormatSymbols()
1609 decimalFormatSymbols = new DecimalFormatSymbols(locale); in getDecimalFormatSymbols()
1611 return decimalFormatSymbols; in getDecimalFormatSymbols()
DNFRuleSet.java277 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule() local
278 if (decimalFormatSymbols.getDecimalSeparator() == newRule.getDecimalPoint()) { in setBestFractionRule()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRbnfTest.java1578 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(ULocale.ENGLISH); in TestVariableDecimalPoint() local
1579 decimalFormatSymbols.setDecimalSeparator(','); in TestVariableDecimalPoint()
1580 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRbnfTest.java1577 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(ULocale.ENGLISH); in TestVariableDecimalPoint() local
1578 decimalFormatSymbols.setDecimalSeparator(','); in TestVariableDecimalPoint()
1579 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h1043 DecimalFormatSymbols* decimalFormatSymbols; variable
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp2209 DecimalFormatSymbols decimalFormatSymbols(Locale::getEnglish(), status); in TestVariableDecimalPoint() local
2210decimalFormatSymbols.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UNICODE_STRING_SIMPL… in TestVariableDecimalPoint()
2211 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 ...