Searched refs:numToConvert (Results 1 – 1 of 1) 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()