Home
last modified time | relevance | path

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

/haiku/src/apps/serialconnect/libvterm/src/
H A Dunicode.c218 static int mk_wcswidth(const wchar_t *pwcs, size_t n)
222 for (;*pwcs && n-- > 0; pwcs++)
223 if ((w = mk_wcwidth(*pwcs)) < 0)
308 static int mk_wcswidth_cjk(const wchar_t *pwcs, size_t n)
312 for (;*pwcs && n-- > 0; pwcs++)
313 if ((w = mk_wcwidth_cjk(*pwcs)) < 0)
/haiku/src/system/libroot/posix/wchar/
H A Dwcstombs.c10 __wcstombs(char* s, const wchar_t* pwcs, size_t n) in __wcstombs() argument
14 return __wcsrtombs(s, &pwcs, n, &internalMbState); in __wcstombs()
/haiku/headers/posix/
H A Dstdlib.h173 extern size_t mbstowcs(wchar_t *pwcs, const char *string, size_t maxSize);
174 extern size_t wcstombs(char *string, const wchar_t *pwcs, size_t maxSize);