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

/freebsd-11-stable/include/
H A D_ctype.h87 extern int __mb_sb_limit;
107 return (_c < 0 || _c >= __mb_sb_limit) ? 0 :
140 return (_c < 0 || _c >= __mb_sb_limit) ? _c :
154 return (_c < 0 || _c >= __mb_sb_limit) ? _c :
/freebsd-11-stable/lib/libc/locale/
H A Dsetrunelocale.c64 extern int __mb_sb_limit;
180 __mb_sb_limit = __xlocale_global_ctype.__mb_sb_limit;
H A Dbig5.c55 extern int __mb_sb_limit;
84 l->__mb_sb_limit = 128;
H A Dgbk.c52 extern int __mb_sb_limit;
81 l->__mb_sb_limit = 128;
H A Dmskanji.c57 extern int __mb_sb_limit;
86 l->__mb_sb_limit = 224;
H A Dnone.c71 int __mb_sb_limit = 256; /* Expected to be <= _CACHED_RUNES */ variable
84 l->__mb_sb_limit = 256;
202 256 /* __mb_sb_limit */
214 256 /* __mb_sb_limit */
H A Dmblocal.h60 int __mb_sb_limit; member in struct:xlocale_ctype
H A Deuc.c55 extern int __mb_sb_limit;
135 l->__mb_sb_limit = 128;
182 l->__mb_sb_limit = 128;
229 l->__mb_sb_limit = 128;
276 l->__mb_sb_limit = 128;
H A Dascii.c74 l->__mb_sb_limit = 128;
H A Dgb2312.c74 l->__mb_sb_limit = 128;
H A Dutf8.c45 extern int __mb_sb_limit;
80 l->__mb_sb_limit = 128;
H A Dgb18030.c79 l->__mb_sb_limit = 128;
H A Dtable.c261 *mb_sb_limit = c->__mb_sb_limit;

Completed in 167 milliseconds