Lines Matching refs:DigitList
16 * 03/31/97 aliu Moved isLONG_MIN to DigitList, and fixed it.
22 * 04/16/97 aliu Rewrote to use DigitList, which has been resurrected.
713 DigitList *dl = number.getDigitList();
715 DigitList dlCopy(*dl);
730 // Create a fixed decimal from a DigitList.
734 DecimalFormat::getFixedDecimal(DigitList &number, UErrorCode &status) const {
745 DigitList &number,
855 DecimalFormat::format(const DigitList &number,
864 DecimalFormat::format(const DigitList &number,
888 DigitList&
889 DecimalFormat::_round(const DigitList& number, DigitList& adjustedNum, UBool& isNegative, UErrorCode& status) const {
942 // clear any old contents in the result. In particular, clears any DigitList
987 DigitList *digits = result.getInternalDigitList(); // get one from the stack buffer
1026 DigitList ten;
1056 DigitList& digits,
1077 DigitList tmpDigitList;
1112 DigitList tmpDigitList;
1156 DigitList tmpDigitList_2;
1204 * @param digits the DigitList to set to the parsed value.
1220 DigitList& digits, UBool* status,
1417 // and decimal points. We want to process these into a DigitList.
1418 // We don't want to put a bunch of leading zeros into the DigitList
1420 // put only significant digits into the DigitList, and adjust the