Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/include/support/android/
Dwchar.h22 float wcstof(const wchar_t*, wchar_t**);
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcwchar57 float wcstof(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99
150 using ::wcstof;
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dwchar_h.pass.cpp68 static_assert((std::is_same<decltype(wcstof(L"", (wchar_t**)0)), float>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
Dcwchar.pass.cpp68 static_assert((std::is_same<decltype(std::wcstof(L"", (wchar_t**)0)), float>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dwchar_support.c385 float wcstof(const wchar_t* nptr, wchar_t** endptr) { in wcstof() function
/ndk/sources/cxx-stl/llvm-libc++/src/
Dstring.cpp276 float r = wcstof(p, &ptr); in stof()