Home
last modified time | relevance | path

Searched defs:strtod_l (Results 1 – 12 of 12) 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/llvm-project/libcxx/include/support/android/
Dlocale_bionic.h49 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char* __nptr, in strtod_l() function
/external/llvm-project/libcxx/include/support/solaris/
Dxlocale.h61 double strtod_l(const char *__nptr, char **__endptr, 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/llvm-project/libcxx/include/support/xlocale/
D__strtonum_fallback.h27 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/libcxx/include/support/win32/
Dlocale_win32.h135 #define strtod_l _strtod_l macro
/external/llvm-project/libcxx/include/support/win32/
Dlocale_win32.h199 #define strtod_l _strtod_l macro
/external/ImageMagick/MagickCore/
Dnt-base.h231 #define strtod_l _strtod_l macro
/external/fmtlib/include/fmt/
Dos.h443 static double strtod_l(const char* nptr, char** endptr, _locale_t loc) { in strtod_l() function
/external/fmtlib/test/
Dposix-mock-test.cc511 double strtod_l(const char* nptr, char** endptr, in strtod_l() function