Searched refs:wcstoimax (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cinttypes | 232 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); 254 using::wcstoimax;
|
/ndk/sources/android/support/src/wcstox/ |
D | wcstol.c | 49 intmax_t wcstoimax(const wchar_t *restrict s, in wcstoimax() function
|
/ndk/sources/android/support/include/ |
D | wchar.h | 153 intmax_t wcstoimax (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 | 641 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/ |
D | cinttypes.pass.cpp | 927 …static_assert((std::is_same<decltype(std::wcstoimax(L"", (wchar_t**)0, 0)), std::intmax_t>::value)… in main()
|