Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dsupport.h40 #define wcstoull _wcstoui64 macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar62 unsigned long long wcstoull(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); //…
159 using ::wcstoull;
/ndk/sources/android/support/include/
Dwchar.h168 unsigned long long wcstoull (const wchar_t *__restrict__, wchar_t **__restrict__, int);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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/android/support/src/
Dwchar_support.c372 unsigned long long wcstoull(const wchar_t* nptr, wchar_t** endptr, int base) { in wcstoull() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstring.cpp171 return as_integer_helper<unsigned long long>( func, s, idx, base, wcstoull ); in as_integer()