Searched refs:wcstold (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/include/support/android/ |
D | wchar.h | 24 long double wcstold(const wchar_t*, wchar_t**);
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cwchar | 58 long double wcstold(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99 151 using ::wcstold;
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 69 static_assert((std::is_same<decltype(wcstold(L"", (wchar_t**)0)), long double>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/ |
D | cwchar.pass.cpp | 69 … static_assert((std::is_same<decltype(std::wcstold(L"", (wchar_t**)0)), long double>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/ |
D | wchar_support.c | 395 long double wcstold(const wchar_t* nptr, wchar_t** endptr) { in wcstold() function
|
/ndk/sources/cxx-stl/llvm-libc++/src/ |
D | string.cpp | 356 long double r = wcstold(p, &ptr); in stold()
|