Searched defs:pwc (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/locale/
H A Dmbtowc.c36 mbtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n) argument
46 rval = mbrtowc(pwc, s, n, &mbs);
/bionic/libc/bionic/
H A Dwchar.cpp60 size_t mbrtowc(wchar_t* pwc, const char* s, size_t n, mbstate_t* ps) { argument
65 return mbrtoc32(reinterpret_cast<char32_t*>(pwc), s, n, state);

Completed in 68 milliseconds