Searched refs:mb_cur_max (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcPublic.c117 _XlcGetResource(lcd, "XLC_XLOCALE", "mb_cur_max", &values, &num);
119 pub->mb_cur_max = atoi(values[0]);
120 if (pub->mb_cur_max < 1)
121 pub->mb_cur_max = 1;
123 pub->mb_cur_max = 1;
293 XOffsetOf(XLCdPublicRec, pub.mb_cur_max), XlcGetMask },
H A DlcRM.c129 cur_max = XLC_PUBLIC(((MbState) state)->lcd, mb_cur_max);
198 if (XLC_PUBLIC(lcd, mb_cur_max) == 1) {
H A DXlcPubI.h92 int mb_cur_max; /* ANSI C MB_CUR_MAX */ member in struct:_XLCdPublicPart
H A DlcPrTxt.c158 buf_len = text_prop->nitems * XLC_PUBLIC(lcd, mb_cur_max) + 1;
H A DlcStd.c97 length = to_left = XLC_PUBLIC(lcd, mb_cur_max);
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimCallbk.c479 XLC_PUBLIC(im->core.lcd,mb_cur_max) + 1))) {
492 text->length * XLC_PUBLIC(im->core.lcd,mb_cur_max) + 1,
H A DimLcLkup.c64 char mb2[XLC_PUBLIC(ic->core.im->core.lcd, mb_cur_max)];
/xsrc/external/mit/libX11/dist/modules/lc/def/
H A DlcDefConv.c783 if (XLC_PUBLIC(lcd, mb_cur_max) != 1){

Completed in 7 milliseconds