Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/musl-multibyte/
Dwcsrtombs.c11 const wchar_t *ws2; in wcsrtombs() local
15 for (n=0, ws2=*ws; *ws2; ws2++) { in wcsrtombs()
16 if (*ws2 >= 0x80u) { in wcsrtombs()
17 l = wcrtomb(buf, *ws2, 0); in wcsrtombs()