Home
last modified time | relevance | path

Searched refs:mb_width (Results 1 – 15 of 15) sorted by relevance

/titanic_51/usr/src/lib/libast/common/comp/
H A Dsetlocale.c640 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()
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c2263 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...]
/titanic_51/usr/src/lib/libast/common/include/
H A Dast.h183 #define mbwidth(w) (ast.mb_width&&((ast.tmp_int=(*ast.mb_width)(w))>=0||(w)>UCHAR_MAX)?ast.tmp_int:…
H A Dast_std.h247 int (*mb_width)(wchar_t); member
/titanic_51/usr/src/contrib/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
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dast.h78 int (*mb_width)(wchar_t); member
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dast.h192 #define mbwidth(w) (ast.mb_width&&((ast.tmp_int=(*ast.mb_width)(w))>=0||(w)>UCHAR_MAX)?ast.tmp_int:…
H A Dast_std.h258 int (*mb_width) __PROTO__((wchar_t)); member
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dast.h192 #define mbwidth(w) (ast.mb_width&&((ast.tmp_int=(*ast.mb_width)(w))>=0||(w)>UCHAR_MAX)?ast.tmp_int:…
H A Dast_std.h258 int (*mb_width) __PROTO__((wchar_t)); member
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dast.h192 #define mbwidth(w) (ast.mb_width&&((ast.tmp_int=(*ast.mb_width)(w))>=0||(w)>UCHAR_MAX)?ast.tmp_int:…
H A Dast_std.h258 int (*mb_width) __PROTO__((wchar_t)); member
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h192 #define mbwidth(w) (ast.mb_width&&((ast.tmp_int=(*ast.mb_width)(w))>=0||(w)>UCHAR_MAX)?ast.tmp_int:…
H A Dast_std.h258 int (*mb_width) __PROTO__((wchar_t)); member