/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedNumberFormat.java | 629 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()
|
D | NFRuleSet.java | 278 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule() local 279 if (decimalFormatSymbols.getDecimalSeparator() == newRule.getDecimalPoint()) { in setBestFractionRule()
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | rbnf.cpp | 695 , 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 …]
|
D | nfrs.cpp | 311 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/ |
D | rbnf.cpp | 695 , 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 …]
|
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/core/src/main/java/com/ibm/icu/text/ |
D | RuleBasedNumberFormat.java | 631 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()
|
D | NFRuleSet.java | 277 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule() local 278 if (decimalFormatSymbols.getDecimalSeparator() == newRule.getDecimalPoint()) { in setBestFractionRule()
|
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 695 , 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 …]
|
D | nfrs.cpp | 319 const DecimalFormatSymbols *decimalFormatSymbols = owner->getDecimalFormatSymbols(); in setBestFractionRule() local 320 if (decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol).charAt(0) in setBestFractionRule()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | rbnf.h | 1115 DecimalFormatSymbols* decimalFormatSymbols; variable
|
/external/cronet/tot/third_party/icu/source/i18n/unicode/ |
D | rbnf.h | 1106 DecimalFormatSymbols* decimalFormatSymbols; variable
|
/external/cronet/stable/third_party/icu/source/i18n/unicode/ |
D | rbnf.h | 1106 DecimalFormatSymbols* decimalFormatSymbols; variable
|
/external/icu/libicu/cts_headers/unicode/ |
D | rbnf.h | 1115 DecimalFormatSymbols* decimalFormatSymbols; variable
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | RbnfTest.java | 1756 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(ULocale.ENGLISH); in TestVariableDecimalPoint() local 1757 decimalFormatSymbols.setDecimalSeparator(','); in TestVariableDecimalPoint() 1758 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
|
D | NumberFormatTest.java | 6722 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/ |
D | RbnfTest.java | 1753 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(ULocale.ENGLISH); in TestVariableDecimalPoint() local 1754 decimalFormatSymbols.setDecimalSeparator(','); in TestVariableDecimalPoint() 1755 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
|
D | NumberFormatTest.java | 6719 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/ |
D | itrbnf.cpp | 2255 DecimalFormatSymbols decimalFormatSymbols(Locale::getEnglish(), status); in TestVariableDecimalPoint() local 2256 …decimalFormatSymbols.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UNICODE_STRING_SIMPL… in TestVariableDecimalPoint() 2257 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
|
D | numfmtst.cpp | 9754 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/ |
D | itrbnf.cpp | 2255 DecimalFormatSymbols decimalFormatSymbols(Locale::getEnglish(), status); in TestVariableDecimalPoint() local 2256 …decimalFormatSymbols.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UNICODE_STRING_SIMPL… in TestVariableDecimalPoint() 2257 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
|
D | numfmtst.cpp | 9754 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/ |
D | itrbnf.cpp | 2358 DecimalFormatSymbols decimalFormatSymbols(Locale::getEnglish(), status); in TestVariableDecimalPoint() local 2359 …decimalFormatSymbols.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UNICODE_STRING_SIMPL… in TestVariableDecimalPoint() 2360 enFormatter.setDecimalFormatSymbols(decimalFormatSymbols); in TestVariableDecimalPoint()
|
D | numfmtst.cpp | 9754 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()
|