Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar65 wchar_t* wcscat(wchar_t* restrict s1, const wchar_t* restrict s2);
163 using ::wcscat;
/ndk/sources/android/support/include/
Dwchar.h103 wchar_t *wcscat (wchar_t *__restrict__, const wchar_t *__restrict__);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/stlport/stlport/stl/
D_cwchar.h271 using _STLP_VENDOR_CSTD::wcscat;
/ndk/sources/android/support/src/
Dwchar_support.c56 wchar_t *wcscat(wchar_t *s1, const wchar_t *s2) { in wcscat() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp76 static_assert((std::is_same<decltype(std::wcscat(ws, L"")), wchar_t*>::value), ""); in main()