Home
last modified time | relevance | path

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

123

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java187 final DecimalFormatSymbols syms = pat.getDecimalFormatSymbols(); in TestAPI()
189 if( ! pat.getDecimalFormatSymbols().equals(def.getDecimalFormatSymbols())) { in TestAPI()
DIntlTestDecimalFormatAPIC.java146 final DecimalFormatSymbols syms = pat.getDecimalFormatSymbols(); in TestAPI()
148 if (!pat.getDecimalFormatSymbols().equals(def.getDecimalFormatSymbols())) { in TestAPI()
DBigNumberFormatTest.java67 f.getDecimalFormatSymbols().getZeroDigit()); in TestSecondaryGrouping()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DDecimalFormat.java629 …umberFormat).setDecimalFormatSymbols(((java.text.DecimalFormat)jdkNfmt).getDecimalFormatSymbols()); in DecimalFormat()
803 public DecimalFormatSymbols getDecimalFormatSymbols() { in getDecimalFormatSymbols() method in DecimalFormat
804 …return new DecimalFormatSymbols(((java.text.DecimalFormat)numberFormat).getDecimalFormatSymbols()); in getDecimalFormatSymbols()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java184 final DecimalFormatSymbols syms = pat.getDecimalFormatSymbols(); in TestAPI()
186 if( ! pat.getDecimalFormatSymbols().equals(def.getDecimalFormatSymbols())) { in TestAPI()
DIntlTestDecimalFormatAPIC.java143 final DecimalFormatSymbols syms = pat.getDecimalFormatSymbols(); in TestAPI()
145 if (!pat.getDecimalFormatSymbols().equals(def.getDecimalFormatSymbols())) { in TestAPI()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DScientificNumberFormatter.java312 DecimalFormatSymbols dfs = decimalFormat.getDecimalFormatSymbols(); in getInstance()
323 getPreExponent(decimalFormat.getDecimalFormatSymbols()), in getInstanceForLocale()
DRuleBasedNumberFormat.java1601 DecimalFormatSymbols getDecimalFormatSymbols() { in getDecimalFormatSymbols() method in RuleBasedNumberFormat
1615 decimalFormat = new DecimalFormat(pattern, getDecimalFormatSymbols()); in getDecimalFormat()
1630 … defaultInfinityRule = new NFRule(this, "Inf: " + getDecimalFormatSymbols().getInfinity()); in getDefaultInfinityRule()
1641 defaultNaNRule = new NFRule(this, "NaN: " + getDecimalFormatSymbols().getNaN()); in getDefaultNaNRule()
DNFRuleSet.java277 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DScientificNumberFormatter.java301 DecimalFormatSymbols dfs = decimalFormat.getDecimalFormatSymbols(); in getInstance()
312 getPreExponent(decimalFormat.getDecimalFormatSymbols()), in getInstanceForLocale()
DRuleBasedNumberFormat.java1562 DecimalFormatSymbols getDecimalFormatSymbols() { in getDecimalFormatSymbols() method in RuleBasedNumberFormat
1576 decimalFormat = new DecimalFormat(pattern, getDecimalFormatSymbols()); in getDecimalFormat()
1591 … defaultInfinityRule = new NFRule(this, "Inf: " + getDecimalFormatSymbols().getInfinity()); in getDefaultInfinityRule()
1602 defaultNaNRule = new NFRule(this, "NaN: " + getDecimalFormatSymbols().getNaN()); in getDefaultNaNRule()
DNFRuleSet.java278 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols(); in setBestFractionRule()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DDecimalFormatICU.java143 public DecimalFormatSymbols getDecimalFormatSymbols() { in getDecimalFormatSymbols() method in DecimalFormatICU
144 return DecimalFormatSymbolsICU.wrap(fIcuDecfmt.getDecimalFormatSymbols()); in getDecimalFormatSymbols()
265 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.java51 DecimalFormatSymbols symbols = result.getDecimalFormatSymbols(); in getCurrencyFormat()
/external/icu/icu4c/source/samples/numfmt/
Dmain.cpp176 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.java70 assertEquals(sym, df.getDecimalFormatSymbols()); in testGetDecimalFormatSymbols()
/external/cldr/tools/java/org/unicode/cldr/test/
DBuildIcuCompactDecimalFormat.java258 cdf.setDecimalFormatSymbols(builder.getDecimalFormatSymbols("latn")); in build()
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h1086 const DecimalFormatSymbols * getDecimalFormatSymbols() const;
Ddecimfmt.h1175 virtual const DecimalFormatSymbols* getDecimalFormatSymbols(void) const;
/external/icu/icu4c/source/i18n/
Dscientificnumberformatter.cpp253 const DecimalFormatSymbols *sym = fDecimalFormat->getDecimalFormatSymbols(); in ScientificNumberFormatter()
Drbnf.cpp907 setDecimalFormatSymbols(*rhs.getDecimalFormatSymbols()); in operator =()
1900 RuleBasedNumberFormat::getDecimalFormatSymbols() const in getDecimalFormatSymbols() function in RuleBasedNumberFormat
1913 rule.append(getDecimalFormatSymbols()->getSymbol(DecimalFormatSymbols::kInfinitySymbol)); in initializeDefaultInfinityRule()
1936 rule.append(getDecimalFormatSymbols()->getSymbol(DecimalFormatSymbols::kNaNSymbol)); in initializeDefaultNaNRule()
Dunum.cpp794 getDecimalFormatSymbols()-> in unum_getSymbol()
820 DecimalFormatSymbols symbols(*dcf->getDecimalFormatSymbols()); in unum_setSymbol()
/external/icu/icu4c/source/test/intltest/
Ddcfmapts.cpp269 const DecimalFormatSymbols *syms = pat.getDecimalFormatSymbols(); in testAPI()
273 if( *(pat.getDecimalFormatSymbols()) != *(def.getDecimalFormatSymbols())) { in testAPI()

123