Searched refs:wcsncat (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cwchar | 66 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.h | 279 using _STLP_VENDOR_CSTD::wcsncat;
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 77 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/ |
D | cwchar.pass.cpp | 77 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/ |
D | wchar_support.c | 147 wchar_t *wcsncat(wchar_t *s1, const wchar_t *s2, size_t n) { in wcsncat() function
|