Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedNumberFormat.java629 private transient DecimalFormatSymbols decimalFormatSymbols = null; field in RuleBasedNumberFormat
1011 decimalFormatSymbols = temp.decimalFormatSymbols; in readObject()
1459 decimalFormatSymbols = (DecimalFormatSymbols) newSymbols.clone(); in setDecimalFormatSymbols()
1461 decimalFormat.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()
1474 ruleSet.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()
1577 if (decimalFormatSymbols == null) { in getDecimalFormatSymbols()
1578 decimalFormatSymbols = new DecimalFormatSymbols(locale); in getDecimalFormatSymbols()
1580 return decimalFormatSymbols; in getDecimalFormatSymbols()
DNFRuleSet.java278 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule() local
279 if (decimalFormatSymbols.getDecimalSeparator() == newRule.getDecimalPoint()) { in setBestFractionRule()
/external/cronet/stable/third_party/icu/source/i18n/
Drbnf.cpp695 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
720 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
745 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
769 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
794 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
816 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
883 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
1764 delete decimalFormatSymbols; in dispose()
1765 decimalFormatSymbols = nullptr; in dispose()
1853 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/cronet/tot/third_party/icu/source/i18n/
Drbnf.cpp695 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
720 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
745 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
769 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
794 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
816 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
883 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
1764 delete decimalFormatSymbols; in dispose()
1765 decimalFormatSymbols = nullptr; in dispose()
1853 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/core/src/main/java/com/ibm/icu/text/
DRuleBasedNumberFormat.java631 private transient DecimalFormatSymbols decimalFormatSymbols = null; field in RuleBasedNumberFormat
1025 decimalFormatSymbols = temp.decimalFormatSymbols; in readObject()
1494 decimalFormatSymbols = (DecimalFormatSymbols) newSymbols.clone(); in setDecimalFormatSymbols()
1496 decimalFormat.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()
1509 ruleSet.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()
1615 if (decimalFormatSymbols == null) { in getDecimalFormatSymbols()
1616 decimalFormatSymbols = new DecimalFormatSymbols(locale); in getDecimalFormatSymbols()
1618 return decimalFormatSymbols; in getDecimalFormatSymbols()
DNFRuleSet.java277 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule() local
278 if (decimalFormatSymbols.getDecimalSeparator() == newRule.getDecimalPoint()) { in setBestFractionRule()
/external/icu/icu4c/source/i18n/
Drbnf.cpp695 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
720 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
745 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
769 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
794 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
816 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
883 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
1764 delete decimalFormatSymbols; in dispose()
1765 decimalFormatSymbols = nullptr; in dispose()
1853 if (decimalFormatSymbols == nullptr) { in initializeDecimalFormatSymbols()
[all …]
Dnfrs.cpp319 const DecimalFormatSymbols *decimalFormatSymbols = owner->getDecimalFormatSymbols(); in setBestFractionRule() local
320 if (decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol).charAt(0) in setBestFractionRule()
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h1115 DecimalFormatSymbols* decimalFormatSymbols; variable
/external/cronet/tot/third_party/icu/source/i18n/unicode/
Drbnf.h1106 DecimalFormatSymbols* decimalFormatSymbols; variable
/external/cronet/stable/third_party/icu/source/i18n/unicode/
Drbnf.h1106 DecimalFormatSymbols* decimalFormatSymbols; variable
/external/icu/libicu/cts_headers/unicode/
Drbnf.h1115 DecimalFormatSymbols* decimalFormatSymbols; variable
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRbnfTest.java1756 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(ULocale.ENGLISH); in TestVariableDecimalPoint() local
1757 decimalFormatSymbols.setDecimalSeparator(','); in TestVariableDecimalPoint()
1758 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
DNumberFormatTest.java6722 DecimalFormatSymbols decimalFormatSymbols = decimalFormat.getDecimalFormatSymbols();
6723 …assertEquals("MONETARY DECIMAL SEPARATOR", ".", decimalFormatSymbols.getMonetaryDecimalSeparatorSt…
6724 assertEquals("DECIMAL SEPARATOR", ",", decimalFormatSymbols.getDecimalSeparatorString());
6725 …assertEquals("MONETARY GROUPING SEPARATOR", " ", decimalFormatSymbols.getMonetaryGroupingSeparator…
6726 assertEquals("GROUPING SEPARATOR", " ", decimalFormatSymbols.getGroupingSeparatorString());
6727 assertEquals("CURRENCY SYMBOL", "kr", decimalFormatSymbols.getCurrencySymbol());
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
DRbnfTest.java1753 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(ULocale.ENGLISH); in TestVariableDecimalPoint() local
1754 decimalFormatSymbols.setDecimalSeparator(','); in TestVariableDecimalPoint()
1755 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
DNumberFormatTest.java6719 DecimalFormatSymbols decimalFormatSymbols = decimalFormat.getDecimalFormatSymbols();
6720 …assertEquals("MONETARY DECIMAL SEPARATOR", ".", decimalFormatSymbols.getMonetaryDecimalSeparatorSt…
6721 assertEquals("DECIMAL SEPARATOR", ",", decimalFormatSymbols.getDecimalSeparatorString());
6722 …assertEquals("MONETARY GROUPING SEPARATOR", " ", decimalFormatSymbols.getMonetaryGroupingSeparator…
6723 assertEquals("GROUPING SEPARATOR", " ", decimalFormatSymbols.getGroupingSeparatorString());
6724 assertEquals("CURRENCY SYMBOL", "kr", decimalFormatSymbols.getCurrencySymbol());
/external/cronet/stable/third_party/icu/source/test/intltest/
Ditrbnf.cpp2255 DecimalFormatSymbols decimalFormatSymbols(Locale::getEnglish(), status); in TestVariableDecimalPoint() local
2256decimalFormatSymbols.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UNICODE_STRING_SIMPL… in TestVariableDecimalPoint()
2257 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
Dnumfmtst.cpp9754 const DecimalFormatSymbols* decimalFormatSymbols = decimalFormat->getDecimalFormatSymbols(); in Test20956_MonetarySymbolGetters() local
9757 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol)); in Test20956_MonetarySymbolGetters()
9760 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)); in Test20956_MonetarySymbolGetters()
9763 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kMonetaryGroupingSeparatorSymbol)); in Test20956_MonetarySymbolGetters()
9766 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)); in Test20956_MonetarySymbolGetters()
9769 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kCurrencySymbol)); in Test20956_MonetarySymbolGetters()
/external/cronet/tot/third_party/icu/source/test/intltest/
Ditrbnf.cpp2255 DecimalFormatSymbols decimalFormatSymbols(Locale::getEnglish(), status); in TestVariableDecimalPoint() local
2256decimalFormatSymbols.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UNICODE_STRING_SIMPL… in TestVariableDecimalPoint()
2257 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
Dnumfmtst.cpp9754 const DecimalFormatSymbols* decimalFormatSymbols = decimalFormat->getDecimalFormatSymbols(); in Test20956_MonetarySymbolGetters() local
9757 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol)); in Test20956_MonetarySymbolGetters()
9760 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)); in Test20956_MonetarySymbolGetters()
9763 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kMonetaryGroupingSeparatorSymbol)); in Test20956_MonetarySymbolGetters()
9766 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)); in Test20956_MonetarySymbolGetters()
9769 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kCurrencySymbol)); in Test20956_MonetarySymbolGetters()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp2358 DecimalFormatSymbols decimalFormatSymbols(Locale::getEnglish(), status); in TestVariableDecimalPoint() local
2359decimalFormatSymbols.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UNICODE_STRING_SIMPL… in TestVariableDecimalPoint()
2360 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
Dnumfmtst.cpp9754 const DecimalFormatSymbols* decimalFormatSymbols = decimalFormat->getDecimalFormatSymbols(); in Test20956_MonetarySymbolGetters() local
9757 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol)); in Test20956_MonetarySymbolGetters()
9760 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)); in Test20956_MonetarySymbolGetters()
9763 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kMonetaryGroupingSeparatorSymbol)); in Test20956_MonetarySymbolGetters()
9766 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)); in Test20956_MonetarySymbolGetters()
9769 decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kCurrencySymbol)); in Test20956_MonetarySymbolGetters()