Home
last modified time | relevance | path

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

/external/musl/src/locale/
Dstrtod_l.c10 double strtod_l(const char *restrict s, char **restrict p, locale_t l) in strtod_l() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/android/
Dlocale_bionic.h53 inline _LIBCPP_HIDE_FROM_ABI_C double strtod_l(const char* __nptr, char** __endptr, locale_t) { in strtod_l() function
/external/libcxx/include/support/android/
Dlocale_bionic.h54 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char* __nptr, in strtod_l() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/solaris/
Dxlocale.h61 strtod_l(const char *__nptr, char **__endptr, locale_t __loc) { in strtod_l() function
/external/libcxx/include/support/solaris/
Dxlocale.h62 double strtod_l(const char *__nptr, char **__endptr, in strtod_l() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/
D__strtonum_fallback.h33 inline _LIBCPP_HIDE_FROM_ABI_C double strtod_l(const char* __nptr, char** __endptr, locale_t) { 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/cronet/buildtools/third_party/libc++/trunk/include/__support/ibm/
Dxlocale.h71 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.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/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/
Dlocale_win32.h219 #define strtod_l _strtod_l macro
/external/fmtlib/test/
Dposix-mock-test.cc511 double strtod_l(const char* nptr, char** endptr, in strtod_l() function
/external/rust/crates/libc/src/solid/
Dmod.rs535 pub fn strtod_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f64; in strtod_l() function