Searched refs:wcstof (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/android/support/src/wcstox/ |
D | wcstod.c | 22 float wcstof(const wchar_t *restrict s, wchar_t **restrict p) in wcstof() function
|
/ndk/sources/android/support/tests/ |
D | wchar_unittest.cc | 60 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/ |
D | cwchar | 57 float wcstof(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99 150 using ::wcstof;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 144 float wcstof (const wchar_t *__restrict__, wchar_t **__restrict__);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 68 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/ |
D | cwchar.pass.cpp | 68 static_assert((std::is_same<decltype(std::wcstof(L"", (wchar_t**)0)), float>::value), ""); in main()
|