OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strtold_l
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/bionic/
strtold_l.cpp
31
long double
strtold_l
(const char *nptr, char **endptr, locale_t) {
function
/external/libcxx/include/support/solaris/
xlocale.h
136
long double
strtold_l
(const char *__nptr, char **__endptr,
function
/external/libcxx/include/support/android/
locale_bionic.h
158
static inline long double
strtold_l
(const char *nptr, char **endptr, locale_t) {
function
/external/libcxx/include/support/ibm/
xlocale.h
287
long double
strtold_l
(const char *__nptr, char **__endptr,
function
/external/libcxx/include/support/win32/
locale_win32.h
67
#define
strtold_l
_strtod_l
macro
Completed in 347 milliseconds