Home
last modified time | relevance | path

Searched refs:wmemmove (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h92 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
Dchar_traits.h249 { return wmemmove(__dest, __src, __n); } in move()
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcwchar87 wchar_t* wmemmove(wchar_t* s1, const wchar_t* s2, size_t n);
194 using ::wmemmove;
Dstring708 {return (char_type*)wmemmove(__s1, __s2, __n);}
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dwchar_h.pass.cpp93 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/
Dcwchar.pass.cpp98 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/
Dwchar_support.c372 wchar_t* wmemmove(wchar_t* d, const wchar_t* s, size_t n) { in wmemmove() function