Searched defs:strtod_l (Results 1 – 8 of 8) sorted by relevance
/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/libcxx/include/support/solaris/ |
D | xlocale.h | 62 double strtod_l(const char *__nptr, char **__endptr, 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/harfbuzz_ng/src/ |
D | hb-number.cc | 87 #define strtod_l(a, b, c) _strtod_l ((a), (b), (c)) macro
|
/external/fmtlib/include/fmt/ |
D | posix.h | 290 static double 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 | 233 #define strtod_l _strtod_l macro
|
/external/fmtlib/test/ |
D | posix-mock-test.cc | 512 double strtod_l(const char* nptr, char** endptr, in strtod_l() function
|