Searched refs:wcstoumax (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cinttypes | 233 uintmax_t wcstoumax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); 255 using::wcstoumax;
|
/ndk/sources/android/support/src/wcstox/ |
D | wcstol.c | 56 uintmax_t wcstoumax(const wchar_t *restrict s, in wcstoumax() function
|
/ndk/sources/android/support/include/ |
D | wchar.h | 157 uintmax_t wcstoumax (const wchar_t * nptr, wchar_t** endptr , int base);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 642 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/ |
D | cinttypes.pass.cpp | 928 …static_assert((std::is_same<decltype(std::wcstoumax(L"", (wchar_t**)0, 0)), std::uintmax_t>::value… in main()
|