Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/include/
Dcwchar65 wchar_t* wcscat(wchar_t* restrict s1, const wchar_t* restrict s2);
163 using ::wcscat;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h271 using _STLP_VENDOR_CSTD::wcscat;
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dwchar_h.pass.cpp76 static_assert((std::is_same<decltype(wcscat(ws, L"")), wchar_t*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
Dcwchar.pass.cpp76 static_assert((std::is_same<decltype(std::wcscat(ws, L"")), wchar_t*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dwchar_support.c65 wchar_t *wcscat(wchar_t *s1, const wchar_t *s2) { in wcscat() function