Home
last modified time | relevance | path

Searched defs:strtod_l (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/include/support/android/
Dlocale_bionic.h54 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char* __nptr, in strtod_l() function
/external/libcxx/include/support/solaris/
Dxlocale.h62 double strtod_l(const char *__nptr, char **__endptr, in strtod_l() function
/external/libcxx/include/support/xlocale/
D__strtonum_fallback.h28 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char *nptr, in strtod_l() function
/external/harfbuzz_ng/src/
Dhb-number.cc87 #define strtod_l(a, b, c) _strtod_l ((a), (b), (c)) macro
/external/fmtlib/include/fmt/
Dposix.h290 static double strtod_l(const char* nptr, char** endptr, _locale_t locale) { in strtod_l() function
/external/libcxx/include/support/win32/
Dlocale_win32.h135 #define strtod_l _strtod_l macro
/external/ImageMagick/MagickCore/
Dnt-base.h233 #define strtod_l _strtod_l macro
/external/fmtlib/test/
Dposix-mock-test.cc512 double strtod_l(const char* nptr, char** endptr, in strtod_l() function