Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/wcstox/
Dwcstod.c22 float wcstof(const wchar_t *restrict s, wchar_t **restrict p) in wcstof() function
/ndk/sources/android/support/tests/
Dwchar_unittest.cc60 TEST(wchar, wcstof) { in TEST() argument
79 EXPECT_EQ(kData[n].expected, wcstof(kData[n].input, &end)); in TEST()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar57 float wcstof(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99
150 using ::wcstof;
/ndk/sources/android/support/include/
Dwchar.h144 float wcstof (const wchar_t *__restrict__, wchar_t **__restrict__);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp68 static_assert((std::is_same<decltype(std::wcstof(L"", (wchar_t**)0)), float>::value), ""); in main()