Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar58 long double wcstold(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99
151 using ::wcstold;
/ndk/sources/android/support/include/
Dwchar.h162 long double wcstold (const wchar_t *__restrict__, wchar_t **__restrict__);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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/android/support/src/
Dwchar_support.c362 long double wcstold(const wchar_t* nptr, wchar_t** endptr) { in wcstold() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstring.cpp245 return as_float_helper<long double>( func, s, idx, wcstold ); in as_float()