Searched refs:wcsncat (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 66 wchar_t* wcsncat(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 164 using ::wcsncat;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 120 wchar_t *wcsncat (wchar_t *__restrict__, const wchar_t *__restrict__, size_t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/stlport/stlport/stl/ |
D | _cwchar.h | 279 using _STLP_VENDOR_CSTD::wcsncat;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/android/support/src/ |
D | wchar_support.c | 137 wchar_t *wcsncat(wchar_t *s1, const wchar_t *s2, size_t n) { in wcsncat() function
|