Lines Matching refs:mb_width
2236 ast.mb_width = debug_wcwidth;
2245 if ((locales[cp->internal]->flags & LC_local) || !(ast.mb_width = wcwidth))
2246 ast.mb_width = utf8_wcwidth;
2255 ast.mb_width = default_wcwidth;
2260 if (!(ast.mb_width = wcwidth))
2261 ast.mb_width = default_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" : ""