Lines Matching refs:DecNum
95 DecNum::DecNum() { in DecNum() function in DecNum
101 DecNum::DecNum(const DecNum& other, UErrorCode& status) in DecNum() function in DecNum
120 void DecNum::setTo(StringPiece str, UErrorCode& status) { in setTo()
127 void DecNum::setTo(const char* str, UErrorCode& status) { in setTo()
131 void DecNum::setTo(double d, UErrorCode& status) { in setTo()
163 void DecNum::_setTo(const char* str, int32_t maxDigits, UErrorCode& status) { in _setTo()
192 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& statu… in setTo()
227 void DecNum::normalize() { in normalize()
231 void DecNum::multiplyBy(const DecNum& rhs, UErrorCode& status) { in multiplyBy()
238 void DecNum::divideBy(const DecNum& rhs, UErrorCode& status) { in divideBy()
245 bool DecNum::isNegative() const { in isNegative()
249 bool DecNum::isZero() const { in isZero()