Searched refs:wcstring (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/wchar/
H A Dwcswidth.c10 __wcswidth(const wchar_t* wcstring, size_t n) argument
14 while (*wcstring && n-- > 0) {
15 int w = wcwidth(*wcstring++);

Completed in 28 milliseconds