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

/ast/src/lib/libast/comp/
H A Dsetlocale.c370 debug_wcwidth(wchar_t c) function
2236 ast.mb_width = debug_wcwidth;
2531 , 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 556 milliseconds