| /external/musl/src/locale/ |
| D | strtod_l.c | 10 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/ |
| D | locale_bionic.h | 53 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/ |
| D | locale_bionic.h | 54 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char* __nptr, in strtod_l() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__support/solaris/ |
| D | xlocale.h | 61 strtod_l(const char *__nptr, char **__endptr, locale_t __loc) { in strtod_l() function
|
| /external/libcxx/include/support/solaris/ |
| D | xlocale.h | 62 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.h | 33 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.h | 28 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char *nptr, in strtod_l() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__support/ibm/ |
| D | xlocale.h | 71 strtod_l(const char *__nptr, char **__endptr, locale_t locale) { in strtod_l() function
|
| /external/libcxx/include/support/win32/ |
| D | locale_win32.h | 135 #define strtod_l _strtod_l macro
|
| /external/ImageMagick/MagickCore/ |
| D | nt-base.h | 231 #define strtod_l _strtod_l macro
|
| /external/fmtlib/include/fmt/ |
| D | os.h | 443 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/ |
| D | locale_win32.h | 219 #define strtod_l _strtod_l macro
|
| /external/fmtlib/test/ |
| D | posix-mock-test.cc | 511 double strtod_l(const char* nptr, char** endptr, in strtod_l() function
|
| /external/rust/crates/libc/src/solid/ |
| D | mod.rs | 535 pub fn strtod_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f64; in strtod_l() function
|