HomeSort by relevance Sort by last modified time
    Searched defs:strtod_l (Results 1 - 14 of 14) sorted by null

  /bionic/libc/bionic/
stdlib_l.cpp 32 double strtod_l(const char* s, char** end_ptr, locale_t) { function
  /external/libcxx/include/support/solaris/
xlocale.h 62 double strtod_l(const char *__nptr, char **__endptr, function
  /external/libcxx/include/support/xlocale/
__strtonum_fallback.h 28 inline _LIBCPP_ALWAYS_INLINE double strtod_l(const char *nptr, function
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/solaris/
xlocale.h 62 double strtod_l(const char *__nptr, char **__endptr, function
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/xlocale/
__strtonum_fallback.h 28 inline _LIBCPP_ALWAYS_INLINE double strtod_l(const char *nptr, function
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/solaris/
xlocale.h 62 double strtod_l(const char *__nptr, char **__endptr, function
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/xlocale/
__strtonum_fallback.h 28 inline _LIBCPP_ALWAYS_INLINE double strtod_l(const char *nptr, function
  /external/icu/icu4c/source/i18n/
digitlst.cpp 493 # define strtod_l _strtod_l macro
529 return strtod_l(decstr, end, gCLocale);
    [all...]
  /external/libcxx/include/support/win32/
locale_win32.h 51 #define strtod_l _strtod_l macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/win32/
locale_win32.h 51 #define strtod_l _strtod_l macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/
locale_win32.h 51 #define strtod_l _strtod_l macro
  /external/fmtlib/fmt/
posix.h 22 #include <stdlib.h> // for strtod_l
327 static double strtod_l(const char *nptr, char **endptr, _locale_t locale) { function in class:fmt::Locale
351 double result = strtod_l(str, &end, locale_);
  /external/ImageMagick/MagickCore/
nt-base.h 229 #if !defined(strtod_l)
230 #define strtod_l _strtod_l macro
  /external/fmtlib/test/
posix-mock-test.cc 479 MOCK_METHOD3(strtod_l, double (const char *nptr, char **endptr,
496 return LocaleMock::instance->strtod_l(nptr, endptr, locale);
516 double strtod_l(const char *nptr, char **endptr, LocaleType locale) { function
517 return LocaleMock::instance->strtod_l(nptr, endptr, locale);
548 EXPECT_CALL(mock, strtod_l(str, _, locale.get()))

Completed in 179 milliseconds