Home
last modified time | relevance | path

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

/haiku/src/apps/serialconnect/libvterm/src/
H A Dunicode.c185 static int mk_wcwidth(wchar_t ucs) in mk_wcwidth() function
223 if ((w = mk_wcwidth(*pwcs)) < 0)
305 return mk_wcwidth(ucs);
327 return mk_wcwidth(codepoint); in vterm_unicode_width()