Home
last modified time | relevance | path

Searched refs:wcstoumax (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcinttypes233 uintmax_t wcstoumax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
255 using::wcstoumax;
/ndk/sources/android/support/src/wcstox/
Dwcstol.c56 uintmax_t wcstoumax(const wchar_t *restrict s, in wcstoumax() function
/ndk/sources/android/support/include/
Dwchar.h157 uintmax_t wcstoumax (const wchar_t * nptr, wchar_t** endptr , int base);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dinttypes_h.pass.cpp642 static_assert((std::is_same<decltype(wcstoumax(L"", (wchar_t**)0, 0)), uintmax_t>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp928 …static_assert((std::is_same<decltype(std::wcstoumax(L"", (wchar_t**)0, 0)), std::uintmax_t>::value… in main()