Lines Matching refs:DigitList

66 DigitList::DigitList()  in DigitList()  function in DigitList
81 DigitList::~DigitList() in ~DigitList()
88 DigitList::DigitList(const DigitList &other) in DigitList() function in DigitList
98 DigitList&
99 DigitList::operator=(const DigitList& other) in operator =()
134 DigitList::operator==(const DigitList& that) const in operator ==()
156 int32_t DigitList::compare(const DigitList &other) { in compare()
177 DigitList::reduce() { in reduce()
185 DigitList::trim() { in trim()
193 DigitList::clear() in clear()
253 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) { in setRoundingMode()
278 DigitList::setPositive(UBool s) { in setPositive()
289 DigitList::setDecimalAt(int32_t d) { in setDecimalAt()
303 DigitList::getDecimalAt() { in getDecimalAt()
312 DigitList::setCount(int32_t c) { in setCount()
325 DigitList::getCount() const { in getCount()
336 DigitList::setDigit(int32_t i, char v) { in setDigit()
346 DigitList::getDigit(int32_t i) { in getDigit()
354 DigitList::getDigitValue(int32_t i) { in getDigitValue()
369 DigitList::append(char digit) in append()
409 DigitList::getDouble() const in getDouble()
458 DigitList numToConvert(*this); in getDouble()
479 DigitList *nonConstThis = const_cast<DigitList *>(this); in getDouble()
492 int32_t DigitList::getLong() /*const*/ in getLong()
502 DigitList copy(*this); in getLong()
503 DigitList zero; in getLong()
517 int64_t DigitList::getInt64() /*const*/ { in getInt64()
574 void DigitList::getDecimal(CharString &str, UErrorCode &status) { in getDecimal()
598 DigitList::fitsIntoLong(UBool ignoreNegativeZero) /*const*/ in fitsIntoLong()
624 DigitList min32; min32.set("-2147483648", status); in fitsIntoLong()
628 DigitList max32; max32.set("2147483647", status); in fitsIntoLong()
645 DigitList::fitsIntoInt64(UBool ignoreNegativeZero) /*const*/ in fitsIntoInt64()
671 DigitList min64; min64.set("-9223372036854775808", status); in fitsIntoInt64()
675 DigitList max64; max64.set("9223372036854775807", status); in fitsIntoInt64()
689 DigitList::set(int32_t source) in set()
700 DigitList::set(int64_t source) in set()
714 DigitList::setInteger(int64_t source) in setInteger()
731 DigitList::set(const StringPiece &source, UErrorCode &status, uint32_t /*fastpathBits*/) { in set()
791 DigitList::set(double source) in set()
834 DigitList::mult(const DigitList &other, UErrorCode &status) { in mult()
855 DigitList::div(const DigitList &other, UErrorCode &status) { in div()
870 DigitList::ensureCapacity(int32_t requestedCapacity, UErrorCode &status) { in ensureCapacity()
903 DigitList::round(int32_t maximumDigits) in round()
915 DigitList::roundFixedPoint(int32_t maximumFractionDigits) { in roundFixedPoint()
933 DigitList::toIntegralValue() { in toIntegralValue()
940 DigitList::isZero() const in isZero()