Home
last modified time | relevance | path

Searched refs:wcstold (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/include/support/android/
Dwchar.h24 long double wcstold(const wchar_t*, wchar_t**);
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcwchar58 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/
Dwchar_h.pass.cpp69 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/
Dcwchar.pass.cpp69 … 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/
Dwchar_support.c395 long double wcstold(const wchar_t* nptr, wchar_t** endptr) { in wcstold() function
/ndk/sources/cxx-stl/llvm-libc++/src/
Dstring.cpp356 long double r = wcstold(p, &ptr); in stold()