Searched refs:fast_worked (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | double-conversion-double-to-string.cpp | 416 bool fast_worked; in DoubleToAscii() local 419 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() 427 fast_worked = FastFixedDtoa(v, requested_digits, vector, length, point); in DoubleToAscii() 430 fast_worked = FastDtoa(v, FAST_DTOA_PRECISION, requested_digits, in DoubleToAscii() 435 fast_worked = false; in DoubleToAscii() 438 if (fast_worked) return; in DoubleToAscii()
|