HomeSort by: relevance | last modified time | path
    Searched refs:utf8proc_wcwidth (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tmux/dist/compat/
utf8proc.c 24 utf8proc_wcwidth(wchar_t wc) function
  /src/external/bsd/tmux/dist/
compat.h 458 int utf8proc_wcwidth(wchar_t);
utf8.c 533 *width = utf8proc_wcwidth(wc);
534 log_debug("utf8proc_wcwidth(%05X) returned %d", (u_int)wc, *width);

Completed in 82 milliseconds