Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-fast-dtoa.h93 bool FastDtoa(double d,
Ddouble-conversion-double-to-string.cpp419 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST, 0, vector, length, point); in DoubleToAscii()
423 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST_SINGLE, 0, in DoubleToAscii()
430 fast_worked = FastDtoa(v, FAST_DTOA_PRECISION, requested_digits, in DoubleToAscii()
Ddouble-conversion-fast-dtoa.cpp649 bool FastDtoa(double v, in FastDtoa() function
/external/icu/libicu/cts_headers/
Ddouble-conversion-fast-dtoa.h93 bool FastDtoa(double d,