Home
last modified time | relevance | path

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

/external/v8/src/
Dstrtod.cc155 static bool DoubleStrtod(Vector<const char> trimmed, in DoubleStrtod() function
424 if (DoubleStrtod(trimmed, exponent, &guess) || in Strtod()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-strtod.cpp212 static bool DoubleStrtod(Vector<const char> trimmed, in DoubleStrtod() function
453 if (DoubleStrtod(trimmed, exponent, guess) || in ComputeGuess()