Searched refs:getMultiplier (Results 1 – 6 of 6) sorted by relevance
185 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()
222 multiplier = pat.getMultiplier(); in testAPI()
2458 fmt->getMultiplier() +
1119 int32_t getMultiplier(void) const;
433 return df->getMultiplier(); in unum_getAttribute()
2222 int32_t DecimalFormat::getMultiplier() const in getMultiplier() function in DecimalFormat