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

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXlcGeneric.h127 unsigned long wc_shift_bits; member in struct:_XLCdGenericPart
H A DlcGeneric.c718 /***** wc_shift_bits *****/
719 _XlcGetResource(lcd, "XLC_XLOCALE", "wc_shift_bits", &value, &num);
721 gen->wc_shift_bits = atoi(value[0]);
722 if (gen->wc_shift_bits < 1)
723 gen->wc_shift_bits = 8;
/xsrc/external/mit/libX11/dist/modules/lc/gen/
H A DlcGenConv.c243 unsigned long wc_shift_bits = XLC_GENERIC(lcd, wc_shift_bits); local in function:gi_to_wc
245 mask = (1 << wc_shift_bits) - 1 ;
248 *wc = (*wc << wc_shift_bits) | ((glyph_index >> (length * 8 )) & mask);
266 unsigned long wc_shift_bits = XLC_GENERIC(lcd, wc_shift_bits); local in function:wc_to_gi
280 mask = (1 << wc_shift_bits) - 1 ;
285 ( ((unsigned long)wc >> (i * wc_shift_bits)) & mask );
/xsrc/external/mit/libX11/dist/modules/lc/def/
H A DlcDefConv.c606 state->wc_mask = (1 << XLC_GENERIC(lcd, wc_shift_bits)) - 1;

Completed in 8 milliseconds