Searched refs:wmemmove (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 92 extern wchar_t *wmemmove(); 302 using _STLP_VENDOR_CSTD::wmemmove; 322 inline wchar_t* wmemmove(wchar_t* __RESTRICT __wdst, const wchar_t * __RESTRICT __wc, size_t __n) in wmemmove() function
|
D | char_traits.h | 249 { return wmemmove(__dest, __src, __n); } in move()
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cwchar | 87 wchar_t* wmemmove(wchar_t* s1, const wchar_t* s2, size_t n); 194 using ::wmemmove;
|
D | string | 708 {return (char_type*)wmemmove(__s1, __s2, __n);}
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 93 static_assert((std::is_same<decltype(wmemmove(ws, L"", s)), wchar_t*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/ |
D | cwchar.pass.cpp | 98 static_assert((std::is_same<decltype(std::wmemmove(ws, L"", s)), wchar_t*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/ |
D | wchar_support.c | 372 wchar_t* wmemmove(wchar_t* d, const wchar_t* s, size_t n) { in wmemmove() function
|