Home
last modified time | relevance | path

Searched refs:strtold_l (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/android/support/include/
Dstdlib.h51 long double strtold_l(const char *nptr, char **endptr, locale_t loc);
/ndk/sources/android/support/src/
Dlocale_support.c120 long double strtold_l (const char *nptr, char **endptr, locale_t loc) { in strtold_l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h136 long double strtold_l(const char *__nptr, char **__endptr, in strtold_l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dlocale_win32.h67 #define strtold_l _strtod_l macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h287 long double strtold_l(const char *__nptr, char **__endptr, in strtold_l() function
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt2279 strtold_l;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale937 long double __ld = strtold_l(__a, &__p2, _LIBCPP_GET_C_LOCALE);