Home
last modified time | relevance | path

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

/bionic/libc/include/android/
Dlegacy_stdlib_inlines.h41 static __inline double strtod_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, lo… in strtod_l() function
/bionic/libc/bionic/
Dstdlib_l.cpp32 double strtod_l(const char* s, char** end_ptr, locale_t) { in strtod_l() function