Searched refs:getDecimalFormatSymbols (Results 1 – 15 of 15) sorted by relevance
192 const DecimalFormatSymbols *syms = pat.getDecimalFormatSymbols(); in testAPI()196 if( *(pat.getDecimalFormatSymbols()) != *(def.getDecimalFormatSymbols())) { in testAPI()
850 const DecimalFormatSymbols *sym = df->getDecimalFormatSymbols(); in Test4087244()1922 DecimalFormatSymbols *sym = (DecimalFormatSymbols*) nf->getDecimalFormatSymbols(); in Test4145457()
1884 const DecimalFormatSymbols* sym = dec->getDecimalFormatSymbols(); in TestGetLocale()
91 public DecimalFormatSymbols getDecimalFormatSymbols() in getDecimalFormatSymbols() method in DecimalFormatProperties
598 m_decimalFormatSymbols.put(dfp.getName(), dfp.getDecimalFormatSymbols()); in recomposeDecimalFormats()600 else if (!dfp.getDecimalFormatSymbols().equals(oldDfs)) in recomposeDecimalFormats()
1130 DecimalFormatSymbols symbols = formatter.getDecimalFormatSymbols(); in getNumberFormatter()
773 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()
417 .getCurrencyInstance(locale)).getDecimalFormatSymbols(); in test_setCurrencyLjava_util_Currency()500 .getCurrencyInstance(locale)).getDecimalFormatSymbols(); in test_setInternationalCurrencySymbolLjava_lang_String()
174 DecimalFormatSymbols symbols(*dnf->getDecimalFormatSymbols()); in setNumberFormatCurrency_2_4()
989 DecimalFormatSymbols * getDecimalFormatSymbols() const;
1139 virtual const DecimalFormatSymbols* getDecimalFormatSymbols(void) const;
825 getDecimalFormatSymbols()-> in unum_getSymbol()851 DecimalFormatSymbols symbols(*dcf->getDecimalFormatSymbols()); in unum_setSymbol()
1072 … DecimalFormatSymbols* decFmtSyms = getDecimalFormatSymbols(); // RuleBasedNumberFormat internal in format()1603 RuleBasedNumberFormat::getDecimalFormatSymbols() const in getDecimalFormatSymbols() function in RuleBasedNumberFormat
457 DecimalFormatSymbols* sym = formatter->getDecimalFormatSymbols(); in NFSubstitution()
2643 DecimalFormat::getDecimalFormatSymbols() const in getDecimalFormatSymbols() function in DecimalFormat