Home
last modified time | relevance | path

Searched refs:wcstoull (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/include/support/android/
Dwchar.h26 unsigned long long wcstoull(const wchar_t*, wchar_t**, int);
/ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
Dsupport.h43 #define wcstoull _wcstoui64 macro
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcwchar62 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/
Dwchar_h.pass.cpp73 …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/
Dcwchar.pass.cpp73 …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/
Dwchar_support.c405 unsigned long long wcstoull(const wchar_t* nptr, wchar_t** endptr, int base) { in wcstoull() function
/ndk/sources/cxx-stl/llvm-libc++/src/
Dstring.cpp236 unsigned long long r = wcstoull(p, &ptr, base); in stoull()