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

/ast/src/lib/libast/astsa/
H A Dast.h78 int (*mb_width)(wchar_t); member in struct:__anon244
/ast/src/lib/libast/include/
H A Dast.h194 #define mbwidth(w) (ast.mb_width?(*ast.mb_width)(w):1)
H A Dast_std.h249 int (*mb_width)(wchar_t); member in struct:__anon265
/ast/src/lib/libast/comp/
H A Dsetlocale.c2236 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
[all...]

Completed in 42 milliseconds