Home
last modified time | relevance | path

Searched refs:getDecimalFormatSymbols (Results 1 – 25 of 61) sorted by relevance

123

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java183 final DecimalFormatSymbols syms = pat.getDecimalFormatSymbols(); in TestAPI()
185 if( ! pat.getDecimalFormatSymbols().equals(def.getDecimalFormatSymbols())) { in TestAPI()
DIntlTestDecimalFormatAPIC.java141 final DecimalFormatSymbols syms = pat.getDecimalFormatSymbols(); in TestAPI()
143 if (!pat.getDecimalFormatSymbols().equals(def.getDecimalFormatSymbols())) { in TestAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java179 final DecimalFormatSymbols syms = pat.getDecimalFormatSymbols(); in TestAPI()
181 if( ! pat.getDecimalFormatSymbols().equals(def.getDecimalFormatSymbols())) { in TestAPI()
DIntlTestDecimalFormatAPIC.java137 final DecimalFormatSymbols syms = pat.getDecimalFormatSymbols(); in TestAPI()
139 if (!pat.getDecimalFormatSymbols().equals(def.getDecimalFormatSymbols())) { in TestAPI()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DDecimalFormat.java627 …umberFormat).setDecimalFormatSymbols(((java.text.DecimalFormat)jdkNfmt).getDecimalFormatSymbols()); in DecimalFormat()
801 public DecimalFormatSymbols getDecimalFormatSymbols() { in getDecimalFormatSymbols() method in DecimalFormat
802 …return new DecimalFormatSymbols(((java.text.DecimalFormat)numberFormat).getDecimalFormatSymbols()); in getDecimalFormatSymbols()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DScientificNumberFormatter.java311 DecimalFormatSymbols dfs = decimalFormat.getDecimalFormatSymbols(); in getInstance()
322 getPreExponent(decimalFormat.getDecimalFormatSymbols()), in getInstanceForLocale()
DRuleBasedNumberFormat.java1544 DecimalFormatSymbols getDecimalFormatSymbols() { in getDecimalFormatSymbols() method in RuleBasedNumberFormat
1558 decimalFormat = new DecimalFormat(pattern, getDecimalFormatSymbols()); in getDecimalFormat()
1573 … defaultInfinityRule = new NFRule(this, "Inf: " + getDecimalFormatSymbols().getInfinity()); in getDefaultInfinityRule()
1584 defaultNaNRule = new NFRule(this, "NaN: " + getDecimalFormatSymbols().getNaN()); in getDefaultNaNRule()
DNFRuleSet.java276 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule()
DCompactDecimalFormat.java128 finishInit(style, format.toPattern(), format.getDecimalFormatSymbols()); in CompactDecimalFormat()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DScientificNumberFormatter.java315 DecimalFormatSymbols dfs = decimalFormat.getDecimalFormatSymbols(); in getInstance()
326 getPreExponent(decimalFormat.getDecimalFormatSymbols()), in getInstanceForLocale()
DRuleBasedNumberFormat.java1580 DecimalFormatSymbols getDecimalFormatSymbols() { in getDecimalFormatSymbols() method in RuleBasedNumberFormat
1594 decimalFormat = new DecimalFormat(pattern, getDecimalFormatSymbols()); in getDecimalFormat()
1609 … defaultInfinityRule = new NFRule(this, "Inf: " + getDecimalFormatSymbols().getInfinity()); in getDefaultInfinityRule()
1620 defaultNaNRule = new NFRule(this, "NaN: " + getDecimalFormatSymbols().getNaN()); in getDefaultNaNRule()
DNFRuleSet.java275 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule()
DCompactDecimalFormat.java133 finishInit(style, format.toPattern(), format.getDecimalFormatSymbols()); in CompactDecimalFormat()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DDecimalFormatICU.java141 public DecimalFormatSymbols getDecimalFormatSymbols() { in getDecimalFormatSymbols() method in DecimalFormatICU
142 return DecimalFormatSymbolsICU.wrap(fIcuDecfmt.getDecimalFormatSymbols()); in getDecimalFormatSymbols()
263 icuDecfs = fIcuDecfmt.getDecimalFormatSymbols(); in setDecimalFormatSymbols()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DDecimalFormatProperties.java91 public DecimalFormatSymbols getDecimalFormatSymbols() in getDecimalFormatSymbols() method in DecimalFormatProperties
DStylesheetRoot.java598 m_decimalFormatSymbols.put(dfp.getName(), dfp.getDecimalFormatSymbols()); in recomposeDecimalFormats()
600 else if (!dfp.getDecimalFormatSymbols().equals(oldDfs)) in recomposeDecimalFormats()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/
DCurrencyDemo.java49 DecimalFormatSymbols symbols = result.getDecimalFormatSymbols(); in getCurrencyFormat()
/external/icu/icu4c/source/samples/numfmt/
Dmain.cpp172 DecimalFormatSymbols symbols(*dnf->getDecimalFormatSymbols()); in setNumberFormatCurrency_2_4()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DDecimalFormatTest.java68 assertEquals(sym, df.getDecimalFormatSymbols()); in testGetDecimalFormatSymbols()
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h1020 const DecimalFormatSymbols * getDecimalFormatSymbols() const;
/external/icu/icu4c/source/i18n/
Drbnf.cpp874 setDecimalFormatSymbols(*rhs.getDecimalFormatSymbols()); in operator =()
1743 RuleBasedNumberFormat::getDecimalFormatSymbols() const in getDecimalFormatSymbols() function in RuleBasedNumberFormat
1756 rule.append(getDecimalFormatSymbols()->getSymbol(DecimalFormatSymbols::kInfinitySymbol)); in initializeDefaultInfinityRule()
1782 rule.append(getDecimalFormatSymbols()->getSymbol(DecimalFormatSymbols::kNaNSymbol)); in initializeDefaultNaNRule()
Dscientificnumberformatter.cpp253 const DecimalFormatSymbols *sym = fDecimalFormat->getDecimalFormatSymbols(); in ScientificNumberFormatter()
Dunum.cpp718 getDecimalFormatSymbols()-> in unum_getSymbol()
744 DecimalFormatSymbols symbols(*dcf->getDecimalFormatSymbols()); in unum_setSymbol()
Ddecimfmtimpl.h176 const DecimalFormatSymbols &getDecimalFormatSymbols() const { in getDecimalFormatSymbols() function
/external/icu/icu4c/source/test/intltest/
Ddcfmapts.cpp235 const DecimalFormatSymbols *syms = pat.getDecimalFormatSymbols(); in testAPI()
239 if( *(pat.getDecimalFormatSymbols()) != *(def.getDecimalFormatSymbols())) { in testAPI()

123