Home
last modified time | relevance | path

Searched refs:wcpcpy (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/support/include/
Dwchar.h197 wchar_t *wcpcpy (wchar_t *__restrict__, const wchar_t *__restrict__);
/ndk/sources/android/support/src/
Dwchar_support.c16 wchar_t *wcpcpy(wchar_t *to, const wchar_t *from) { in wcpcpy() function