Home
last modified time | relevance | path

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

/external/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
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc545 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument