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.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()
/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/android_icu4j/testing/src/com/android/libcore/java/text/
DNumberFormatTest.java45 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); in testMonetarySeparator()
/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/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()
/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/icu4c/source/i18n/
Dnumber_symbolswrapper.cpp121 const DecimalFormatSymbols *SymbolsWrapper::getDecimalFormatSymbols() const { in getDecimalFormatSymbols() function in SymbolsWrapper
Dscientificnumberformatter.cpp253 const DecimalFormatSymbols *sym = fDecimalFormat->getDecimalFormatSymbols(); in ScientificNumberFormatter()
Drbnf.cpp913 setDecimalFormatSymbols(*rhs.getDecimalFormatSymbols()); in operator =()
1867 RuleBasedNumberFormat::getDecimalFormatSymbols() const in getDecimalFormatSymbols() function in RuleBasedNumberFormat
1880 rule.append(getDecimalFormatSymbols()->getSymbol(DecimalFormatSymbols::kInfinitySymbol)); in initializeDefaultInfinityRule()
1903 rule.append(getDecimalFormatSymbols()->getSymbol(DecimalFormatSymbols::kNaNSymbol)); in initializeDefaultNaNRule()
Dunum.cpp799 getDecimalFormatSymbols()-> in unum_getSymbol()
825 DecimalFormatSymbols symbols(*dcf->getDecimalFormatSymbols()); in unum_setSymbol()
/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/cldr/tools/java/org/unicode/cldr/test/
DBuildIcuCompactDecimalFormat.java49 cdf.setDecimalFormatSymbols(builder.getDecimalFormatSymbols("latn")); in build()
/external/icu/libicu/cts_headers/unicode/
Drbnf.h1066 const DecimalFormatSymbols * getDecimalFormatSymbols() const;
Ddecimfmt.h1166 virtual const DecimalFormatSymbols* getDecimalFormatSymbols(void) const;
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h1066 const DecimalFormatSymbols * getDecimalFormatSymbols() const;
Ddecimfmt.h1166 virtual const DecimalFormatSymbols* getDecimalFormatSymbols(void) const;
/external/icu/icu4c/source/test/intltest/
Ddcfmapts.cpp275 const DecimalFormatSymbols *syms = pat.getDecimalFormatSymbols(); in testAPI()
279 if( *(pat.getDecimalFormatSymbols()) != *(def.getDecimalFormatSymbols())) { in testAPI()
1267 const DecimalFormatSymbols* dfs = df->getDecimalFormatSymbols(); in testInvalidObject()

123