Searched refs:wcstoull (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/include/support/android/ |
D | wchar.h | 26 unsigned long long wcstoull(const wchar_t*, wchar_t**, int);
|
/ndk/sources/cxx-stl/llvm-libc++/include/support/win32/ |
D | support.h | 43 #define wcstoull _wcstoui64 macro
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cwchar | 62 unsigned long long wcstoull(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); //… 159 using ::wcstoull;
|
/ndk/sources/cxx-stl/llvm-libc++/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++/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++/src/support/android/ |
D | wchar_support.c | 405 unsigned long long wcstoull(const wchar_t* nptr, wchar_t** endptr, int base) { in wcstoull() function
|
/ndk/sources/cxx-stl/llvm-libc++/src/ |
D | string.cpp | 236 unsigned long long r = wcstoull(p, &ptr, base); in stoull()
|