Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/wcstox/
Dwcstol.c44 long wcstol(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstol() function
/ndk/sources/android/support/tests/
Dwchar_unittest.cc137 TEST(wchar, wcstol) { in TEST() argument
157 EXPECT_EQ(kData[n].expected, wcstol(kData[n].input, &end, kData[n].base)); in TEST()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstring.cpp140 long r = as_integer_helper<long>( func, s, idx, base, wcstol ); in as_integer()
151 return as_integer_helper<long>( func, s, idx, base, wcstol ); in as_integer()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar59 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
153 using ::wcstol;
/ndk/sources/android/support/include/
Dwchar.h148 long wcstol (const wchar_t *__restrict__, wchar_t **__restrict__, int);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp70 static_assert((std::is_same<decltype(wcstol(L"", (wchar_t**)0, 0)), long>::value), ""); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h289 using _STLP_VENDOR_CSTD::wcstol;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp70 static_assert((std::is_same<decltype(std::wcstol(L"", (wchar_t**)0, 0)), long>::value), ""); in main()
/ndk/sources/android/support/
DAndroid.mk126 src/wcstox/wcstol.c \