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

  /external/libcxx/include/support/android/
locale_bionic.h 49 inline _LIBCPP_INLINE_VISIBILITY float strtof_l(const char* __nptr, char** __endptr, function
  /bionic/libc/bionic/
stdlib_l.cpp 36 float strtof_l(const char* s, char** end_ptr, locale_t) { function
  /external/libcxx/include/support/solaris/
xlocale.h 57 float strtof_l(const char *__nptr, char **__endptr, function
  /external/libcxx/include/support/xlocale/
__strtonum_fallback.h 23 inline _LIBCPP_INLINE_VISIBILITY float strtof_l(const char *nptr, function
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 99 static __inline float strtof_l(const char* __s, char** __end_ptr, locale_t __l) { function
  /external/libcxx/src/support/win32/
locale_win32.cpp 114 float strtof_l(const char* nptr, char** endptr, locale_t loc) { function
  /external/libcxx/include/support/win32/
locale_win32.h 137 #define strtof_l _strtof_l macro
140 float strtof_l(const char*, char**, locale_t);

Completed in 429 milliseconds