Searched refs:wcstoul (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/android/support/src/wcstox/ |
D | wcstol.c | 37 unsigned long wcstoul(const wchar_t *restrict s, in wcstoul() function
|
/ndk/sources/android/support/tests/ |
D | wchar_unittest.cc | 163 TEST(wchar, wcstoul) { in TEST() argument 183 EXPECT_EQ(kData[n].expected, wcstoul(kData[n].input, &end, kData[n].base)); in TEST()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 61 unsigned long wcstoul(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); 157 using ::wcstoul;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 149 unsigned long wcstoul (const wchar_t *__restrict__, wchar_t **__restrict__, int);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 72 … static_assert((std::is_same<decltype(wcstoul(L"", (wchar_t**)0, 0)), unsigned long>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 72 …static_assert((std::is_same<decltype(std::wcstoul(L"", (wchar_t**)0, 0)), unsigned long>::value), … in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | string.cpp | 159 return as_integer_helper<unsigned long>( func, s, idx, base, wcstoul ); in as_integer()
|