Home
last modified time | relevance | path

Searched refs:numToConvert (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Ddigitlst.cpp431 DigitList numToConvert(*this); in getDouble() local
432 numToConvert.reduce(); // Removes any trailing zeros, so that digit count is good. in getDouble()
433 numToConvert.round(MAX_DBL_DIGITS+3); in getDouble()
434 uprv_decNumberToString(numToConvert.fDecNumber, s); in getDouble()