Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dvisibledigits.cpp91 char digits[MAX_DBL_DIGITS+3]; in computeAbsDoubleValue()
103 if (start < end - (MAX_DBL_DIGITS+3)) { in computeAbsDoubleValue()
104 start = end - (MAX_DBL_DIGITS+3); in computeAbsDoubleValue()
114 char str[MAX_DBL_DIGITS+18]; in computeAbsDoubleValue()
116 U_ASSERT(uprv_strlen(str) < MAX_DBL_DIGITS+18); in computeAbsDoubleValue()
Ddigitlst.cpp460 MaybeStackArray<char, MAX_DBL_DIGITS+18> s; in getDouble()
468 if (getCount() > MAX_DBL_DIGITS + 3) { in getDouble()
471 numToConvert.round(MAX_DBL_DIGITS+3); in getDouble()
477 U_ASSERT(uprv_strlen(&s[0]) < MAX_DBL_DIGITS+18); in getDouble()
853 sprintf(rep, "%+1.*e", MAX_DBL_DIGITS - 1, source); in set()
Ddigitlst.h42 MAX_DBL_DIGITS = DBL_DIG, enumerator