Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ddcfmapts.cpp192 const DecimalFormatSymbols *syms = pat.getDecimalFormatSymbols(); in testAPI()
196 if( *(pat.getDecimalFormatSymbols()) != *(def.getDecimalFormatSymbols())) { in testAPI()
Dnumrgts.cpp850 const DecimalFormatSymbols *sym = df->getDecimalFormatSymbols(); in Test4087244()
1922 DecimalFormatSymbols *sym = (DecimalFormatSymbols*) nf->getDecimalFormatSymbols(); in Test4145457()
Dloctest.cpp1884 const DecimalFormatSymbols* sym = dec->getDecimalFormatSymbols(); in TestGetLocale()
/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()
DElemNumber.java1130 DecimalFormatSymbols symbols = formatter.getDecimalFormatSymbols(); in getNumberFormatter()
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DDecimalFormatTest.java773 assertEquals(cloned.getDecimalFormatSymbols(), format in test_clone()
774 .getDecimalFormatSymbols()); in test_clone()
1181 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); in test_getDecimalFormatSymbols()
1182 assertTrue("Identical symbols", dfs != df.getDecimalFormatSymbols()); in test_getDecimalFormatSymbols()
1371 assertTrue("Not set", df.getDecimalFormatSymbols().equals(dfs)); in test_setDecimalFormatSymbolsLjava_text_DecimalFormatSymbols()
1380 DecimalFormatSymbols symbolsOut = format.getDecimalFormatSymbols(); in test_setDecimalFormatSymbolsLjava_text_DecimalFormatSymbols()
1415 .equals(df.getDecimalFormatSymbols().getCurrencySymbol())); in test_setCurrencyLjava_util_Currency()
1418 df.getDecimalFormatSymbols() in test_setCurrencyLjava_util_Currency()
1551 …imalFormatSymbolsTest.assertDecimalFormatSymbolsRIFrance(deserializedDF.getDecimalFormatSymbols()); in test_serializationHarmonyRICompatible()
DDecimalFormatSymbolsTest.java417 .getCurrencyInstance(locale)).getDecimalFormatSymbols(); in test_setCurrencyLjava_util_Currency()
500 .getCurrencyInstance(locale)).getDecimalFormatSymbols(); in test_setInternationalCurrencySymbolLjava_lang_String()
/external/icu4c/samples/numfmt/
Dmain.cpp174 DecimalFormatSymbols symbols(*dnf->getDecimalFormatSymbols()); in setNumberFormatCurrency_2_4()
/external/icu4c/i18n/unicode/
Drbnf.h989 DecimalFormatSymbols * getDecimalFormatSymbols() const;
Ddecimfmt.h1139 virtual const DecimalFormatSymbols* getDecimalFormatSymbols(void) const;
/external/icu4c/i18n/
Dunum.cpp825 getDecimalFormatSymbols()-> in unum_getSymbol()
851 DecimalFormatSymbols symbols(*dcf->getDecimalFormatSymbols()); in unum_setSymbol()
Drbnf.cpp1072 … DecimalFormatSymbols* decFmtSyms = getDecimalFormatSymbols(); // RuleBasedNumberFormat internal in format()
1603 RuleBasedNumberFormat::getDecimalFormatSymbols() const in getDecimalFormatSymbols() function in RuleBasedNumberFormat
Dnfsubs.cpp457 DecimalFormatSymbols* sym = formatter->getDecimalFormatSymbols(); in NFSubstitution()
Ddecimfmt.cpp2643 DecimalFormat::getDecimalFormatSymbols() const in getDecimalFormatSymbols() function in DecimalFormat