Home
last modified time | relevance | path

Searched refs:DoubleStrtod (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dstrtod.cc190 static bool DoubleStrtod(Vector<const char> trimmed, in DoubleStrtod() function
434 if (DoubleStrtod(trimmed, exponent, guess) ||
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-strtod.cpp204 static bool DoubleStrtod(Vector<const char> trimmed, in DoubleStrtod() function
448 if (DoubleStrtod(trimmed, exponent, guess) ||
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-strtod.cpp204 static bool DoubleStrtod(Vector<const char> trimmed, in DoubleStrtod() function
448 if (DoubleStrtod(trimmed, exponent, guess) ||
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-strtod.cpp204 static bool DoubleStrtod(Vector<const char> trimmed, in DoubleStrtod() function
448 if (DoubleStrtod(trimmed, exponent, guess) ||
/third_party/node/deps/v8/src/base/numbers/
H A Dstrtod.cc148 static bool DoubleStrtod(Vector<const char> trimmed, int exponent, in TrimLeadingZeros() function
410 if (DoubleStrtod(trimmed, exponent, &guess) || in Strtod()

Completed in 5 milliseconds