Searched refs:strtold_l (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/android/support/include/ |
D | stdlib.h | 51 long double strtold_l(const char *nptr, char **endptr, locale_t loc);
|
/ndk/sources/android/support/src/ |
D | locale_support.c | 120 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/ |
D | xlocale.h | 136 long double strtold_l(const char *__nptr, char **__endptr, in strtold_l() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | locale_win32.h | 67 #define strtold_l _strtod_l macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
D | xlocale.h | 287 long double strtold_l(const char *__nptr, char **__endptr, in strtold_l() function
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | export_symbols.txt | 2279 strtold_l;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 937 long double __ld = strtold_l(__a, &__p2, _LIBCPP_GET_C_LOCALE);
|