Searched refs:wmemmove (Results 1 – 8 of 8) 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++/libcxx/include/ |
D | cwchar | 87 wchar_t* wmemmove(wchar_t* s1, const wchar_t* s2, size_t n); 203 using ::wmemmove;
|
D | string | 717 {return (char_type*)wmemmove(__s1, __s2, __n);}
|
/ndk/sources/android/support/include/ |
D | wchar.h | 129 wchar_t *wmemmove (wchar_t *, const wchar_t *, size_t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/android/support/src/ |
D | wchar_support.c | 339 wchar_t* wmemmove(wchar_t* d, const wchar_t* s, size_t n) { in wmemmove() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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()
|