Home
last modified time | relevance | path

Searched refs:getMultiplier (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/test/intltest/
Dnmfmtrt.cpp185 test(fmt, randomDouble(DBL_MAX/2.0) / ((DecimalFormat*)fmt)->getMultiplier()); in test()
187 test(fmt, randomDouble(1e75) / ((DecimalFormat*)fmt)->getMultiplier()); in test()
189 test(fmt, randomDouble(1e65) / ((DecimalFormat*)fmt)->getMultiplier()); /*OS390*/ in test()
Ddcfmapts.cpp222 multiplier = pat.getMultiplier(); in testAPI()
Dnumrgts.cpp2458 fmt->getMultiplier() +
/external/icu4c/i18n/unicode/
Ddecimfmt.h1119 int32_t getMultiplier(void) const;
/external/icu4c/i18n/
Dunum.cpp433 return df->getMultiplier(); in unum_getAttribute()
Ddecimfmt.cpp2222 int32_t DecimalFormat::getMultiplier() const in getMultiplier() function in DecimalFormat