Home
last modified time | relevance | path

Searched refs:wcstod (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/android/support/src/wcstox/
Dwcstod.c27 double wcstod(const wchar_t *restrict s, wchar_t **restrict p) in wcstod() function
/ndk/sources/android/support/tests/
Dwchar_unittest.cc85 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/
Dstring.cpp233 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/
Dcwchar56 double wcstod(const wchar_t* restrict nptr, wchar_t** restrict endptr);
148 using ::wcstod;
/ndk/sources/android/support/include/
Dwchar.h148 double wcstod (const wchar_t *__restrict__, wchar_t **__restrict__);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp67 static_assert((std::is_same<decltype(wcstod(L"", (wchar_t**)0)), double>::value), ""); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h288 using _STLP_VENDOR_CSTD::wcstod;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp67 static_assert((std::is_same<decltype(std::wcstod(L"", (wchar_t**)0)), double>::value), ""); in main()
/ndk/sources/android/support/
DAndroid.mk158 src/wcstox/wcstod.c \