Searched refs:mb_width (Results 1 – 15 of 15) sorted by relevance
640 ast.mb_width = debug_wcwidth; in set_ctype()648 ast.mb_width = default_wcwidth; in set_ctype()656 if (!(ast.mb_width = wcwidth)) in set_ctype()657 ast.mb_width = default_wcwidth; in set_ctype()662 if (!(ast.mb_width = wcwidth)) in set_ctype()663 ast.mb_width = default_wcwidth; in set_ctype()695 …, ast.mb_width == debug_wcwidth ? " debug_wcwidth" : ast.mb_width == wcwidth ? " wcwidth" : ast.mb… in set_ctype()
2263 ast.mb_width = debug_wcwidth; in set_ctype() 2272 if ((locales[cp->internal]->flags & LC_local) || !(ast.mb_width = wcwidth)) in set_ctype() 2273 ast.mb_width = utf8_wcwidth; in set_ctype() 2282 ast.mb_width = default_wcwidth; in set_ctype() 2287 if (!(ast.mb_width = wcwidth)) in set_ctype() 2288 ast.mb_width = default_wcwidth; in set_ctype() 2558 , ast.mb_width == debug_wcwidth ? " debug_wcwidth" : ast.mb_width == utf8_wcwidth ? " utf8_wcwidth" : ast.mb_width == wcwidth ? " wcwidth" : ast.mb_width in single() [all...]
183 #define mbwidth(w) (ast.mb_width&&((ast.tmp_int=(*ast.mb_width)(w))>=0||(w)>UCHAR_MAX)?ast.tmp_int:…
247 int (*mb_width)(wchar_t); member
194 #define mbwidth(w) (ast.mb_width?(*ast.mb_width)(w):1)
249 int (*mb_width)(wchar_t); member
78 int (*mb_width)(wchar_t); member
192 #define mbwidth(w) (ast.mb_width&&((ast.tmp_int=(*ast.mb_width)(w))>=0||(w)>UCHAR_MAX)?ast.tmp_int:…
258 int (*mb_width) __PROTO__((wchar_t)); member