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

  /external/libcxx/include/support/android/
locale_bionic.h 54 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char* __nptr, function
  /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_INLINE_VISIBILITY double strtod_l(const char *nptr, function
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 95 static __inline double strtod_l(const char* __s, char** __end_ptr, locale_t __l) { function
  /external/libcxx/include/support/win32/
locale_win32.h 135 #define strtod_l _strtod_l macro
  /external/ImageMagick/MagickCore/
nt-base.h 232 #if !defined(strtod_l)
233 #define strtod_l _strtod_l macro
  /external/harfbuzz_ng/src/
hb-common.cc 777 #define strtod_l(a, b, c) _strtod_l ((a), (b), (c)) macro
838 v = strtod_l (p, &pend, get_C_locale ());

Completed in 441 milliseconds