Searched refs:wcstold (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/android/support/src/wcstox/ |
D | wcstod.c | 32 long double wcstold(const wchar_t *restrict s, wchar_t **restrict p) in wcstold() function
|
/ndk/sources/android/support/tests/ |
D | wchar_unittest.cc | 111 TEST(wchar, wcstold) { in TEST() argument 131 EXPECT_EQ(kData[n].expected, wcstold(kData[n].input, &end)); in TEST()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 58 long double wcstold(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99 151 using ::wcstold;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 149 long double wcstold (const wchar_t *__restrict__, wchar_t **__restrict__);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 69 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/ |
D | cwchar.pass.cpp | 69 … static_assert((std::is_same<decltype(std::wcstold(L"", (wchar_t**)0)), long double>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | string.cpp | 249 return as_float_helper<long double>( func, s, idx, wcstold ); in as_float()
|