Home
last modified time | relevance | path

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

/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_ALWAYS_INLINE double strtod_l(const char *nptr, in strtod_l() function
/external/libcxx/include/support/win32/
Dlocale_win32.h51 #define strtod_l _strtod_l macro
/external/fmtlib/fmt/
Dposix.h327 static double strtod_l(const char *nptr, char **endptr, _locale_t locale) { in strtod_l() function
/external/ImageMagick/MagickCore/
Dnt-base.h230 #define strtod_l _strtod_l macro
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp493 # define strtod_l _strtod_l macro
/external/fmtlib/test/
Dposix-mock-test.cc516 double strtod_l(const char *nptr, char **endptr, LocaleType locale) { in strtod_l() function