Searched refs:__mb_cur_max (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dsetrunelocale.c67 extern int __mb_cur_max;
80 __mb_cur_max = loc->__lc_ctype->__mb_cur_max;
97 __mb_cur_max = loc->__lc_ctype->__mb_cur_max;
171 __mb_cur_max = loc->__lc_ctype->__mb_cur_max;
H A Dnone.c54 int __mb_cur_max = 1; variable
66 xrl->__mb_cur_max = 1;
H A Dbig5.c71 xrl->__mb_cur_max = 2;
H A Dgb2312.c59 xrl->__mb_cur_max = GB2312_MB_CUR_MAX;
H A Dgbk.c64 xrl->__mb_cur_max = 2;
H A Dmskanji.c69 xrl->__mb_cur_max = 2;
H A Dwcsnrtombs.c66 int mb_cur_max = runeLocale->__mb_cur_max;
H A Deuc.c124 xrl->__mb_cur_max = new__mb_cur_max;
166 if (es->want < 0 || es->want > rl->__mb_cur_max || es->set < 0 ||
H A Dascii.c67 xrl->__mb_cur_max = 1;
H A Dgb18030.c64 xrl->__mb_cur_max = GB18030_MB_CUR_MAX;
H A Dutf2.c70 xrl->__mb_cur_max = UTF2_MB_CUR_MAX;
H A Dutf8.c105 xrl->__mb_cur_max = UTF8_MB_CUR_MAX;
/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale_private.h47 #define MB_CUR_MAX (__current_locale()->__lc_ctype->__mb_cur_max)
49 #define MB_CUR_MAX_L(x) ((x)->__lc_ctype->__mb_cur_max)
72 int __mb_cur_max; member in struct:__xlocale_st_runelocale
H A Dxlocale.c467 return __current_locale()->__lc_ctype->__mb_cur_max;
477 return __locale_ptr(loc)->__lc_ctype->__mb_cur_max;
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dfgetwc.c85 if (xrl->__mb_cur_max == 1) {
H A Dfputwc.c53 if (xrl->__mb_cur_max == 1 && wc > 0 && wc <= UCHAR_MAX) {
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdlib.h117 extern int __mb_cur_max;
118 #define MB_CUR_MAX __mb_cur_max

Completed in 116 milliseconds