Home
last modified time | relevance | path

Searched defs:wmemmove (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h322 inline wchar_t* wmemmove(wchar_t* __RESTRICT __wdst, const wchar_t * __RESTRICT __wc, size_t __n) in wmemmove() function
/ndk/sources/android/support/src/
Dwchar_support.c339 wchar_t* wmemmove(wchar_t* d, const wchar_t* s, size_t n) { in wmemmove() function