Searched refs:wcstoumax (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/include/c99/
H A Dinttypes.h300 // 7.8.2.4 The wcstoimax and wcstoumax functions
302 #define wcstoumax _wcstoui64 macro
/external/opencv3/3rdparty/include/
H A Dmsc_inttypes.h296 // 7.8.2.4 The wcstoimax and wcstoumax functions
298 #define wcstoumax _wcstoui64 macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp643 static_assert((std::is_same<decltype(wcstoumax(L"", (wchar_t**)0, 0)), uintmax_t>::value), "");
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp928 static_assert((std::is_same<decltype(std::wcstoumax(L"", (wchar_t**)0, 0)), std::uintmax_t>::value), "");

Completed in 226 milliseconds