Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/include/
Dcwchar66 wchar_t* wcsncat(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
164 using ::wcsncat;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h279 using _STLP_VENDOR_CSTD::wcsncat;
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dwchar_h.pass.cpp77 static_assert((std::is_same<decltype(wcsncat(ws, L"", s)), wchar_t*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
Dcwchar.pass.cpp77 static_assert((std::is_same<decltype(std::wcsncat(ws, L"", s)), wchar_t*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dwchar_support.c147 wchar_t *wcsncat(wchar_t *s1, const wchar_t *s2, size_t n) { in wcsncat() function