Searched refs:wcstod (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/android/support/src/wcstox/ |
D | wcstod.c | 27 double wcstod(const wchar_t *restrict s, wchar_t **restrict p) in wcstod() function
|
/ndk/sources/android/support/tests/ |
D | wchar_unittest.cc | 85 TEST(wchar, wcstod) { in TEST() argument 105 EXPECT_EQ(kData[n].expected, wcstod(kData[n].input, &end)); in TEST()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | string.cpp | 233 return as_float_helper<float>( func, s, idx, wcstod ); in as_float() 241 return as_float_helper<double>( func, s, idx, wcstod ); in as_float()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 56 double wcstod(const wchar_t* restrict nptr, wchar_t** restrict endptr); 148 using ::wcstod;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 148 double wcstod (const wchar_t *__restrict__, wchar_t **__restrict__);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 67 static_assert((std::is_same<decltype(wcstod(L"", (wchar_t**)0)), double>::value), ""); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 288 using _STLP_VENDOR_CSTD::wcstod;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 67 static_assert((std::is_same<decltype(std::wcstod(L"", (wchar_t**)0)), double>::value), ""); in main()
|
/ndk/sources/android/support/ |
D | Android.mk | 158 src/wcstox/wcstod.c \
|