Searched refs:wcstoull (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/android/support/src/wcstox/ |
D | wcstol.c | 25 unsigned long long wcstoull(const wchar_t *restrict s, in wcstoull() function 60 return wcstoull(s, p, base); in wcstoumax()
|
/ndk/sources/android/support/tests/ |
D | wchar_unittest.cc | 215 TEST(wchar, wcstoull) { in TEST() argument 235 EXPECT_EQ(kData[n].expected, wcstoull(kData[n].input, &end, kData[n].base)); in TEST()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | support.h | 50 #define wcstoull _wcstoui64 macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 62 unsigned long long wcstoull(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); //… 159 using ::wcstoull;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 155 unsigned long long wcstoull (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 | 73 …static_assert((std::is_same<decltype(wcstoull(L"", (wchar_t**)0, 0)), unsigned long long>::value),… in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 73 …static_assert((std::is_same<decltype(std::wcstoull(L"", (wchar_t**)0, 0)), unsigned long long>::va… in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | string.cpp | 175 return as_integer_helper<unsigned long long>( func, s, idx, base, wcstoull ); in as_integer()
|