Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcinttypes232 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
254 using::wcstoimax;
/ndk/sources/android/support/src/wcstox/
Dwcstol.c49 intmax_t wcstoimax(const wchar_t *restrict s, in wcstoimax() function
/ndk/sources/android/support/include/
Dwchar.h153 intmax_t wcstoimax (const wchar_t * nptr, wchar_t** endptr , int base);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dinttypes_h.pass.cpp641 static_assert((std::is_same<decltype(wcstoimax(L"", (wchar_t**)0, 0)), intmax_t>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp927 …static_assert((std::is_same<decltype(std::wcstoimax(L"", (wchar_t**)0, 0)), std::intmax_t>::value)… in main()