Home | History | Annotate | Download | only in dist

Lines Matching refs:wcwidth

74 #include <wcwidth.h>
2962 * We will only get useful values from wcwidth() for codes above 255.
5651 int system_code = wcwidth(code);
5655 * Solaris 10 wcwidth() returns "2" for all of the line-drawing (page
5662 TRACE(("systemWcwidthOk: broken system line-drawing wcwidth\n"));
5669 int system_code = wcwidth(n);
5705 my_wcwidth = wcwidth;
5706 TRACE(("using system wcwidth() function\n"));
5713 TRACE(("using MK wcwidth() function\n"));
5719 TRACE(("using MK-CJK wcwidth() function\n"));