Searched refs:numToConvert (Results 1 – 2 of 2) sorted by relevance
462 DigitList numToConvert(*this); in getDouble() local463 numToConvert.reduce(); // Removes any trailing zeros, so that digit count is good. in getDouble()464 numToConvert.round(MAX_DBL_DIGITS+3); in getDouble()465 uprv_decNumberToString(numToConvert.fDecNumber, s.getAlias()); in getDouble()
458 DigitList numToConvert(*this); in getDouble() local459 numToConvert.reduce(); // Removes any trailing zeros, so that digit count is good. in getDouble()460 numToConvert.round(MAX_DBL_DIGITS+3); in getDouble()461 uprv_decNumberToString(numToConvert.fDecNumber, s.getAlias()); in getDouble()