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

/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetlocale.c1701 utf8_wcwidth(wchar_t c) function
2288 ast.mb_width = utf8_wcwidth;
2547 , ast.mb_width == debug_wcwidth ? " debug_wcwidth" : ast.mb_width == utf8_wcwidth ? " utf8_wcwidth" : ast.mb_width == wcwidth ? " wcwidth" : ast.mb_width == default_wcwidth ? " default_wcwidth" : ""

Completed in 31 milliseconds