Searched refs:byteM (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXlcGeneric.h89 ByteInfoList byteM; member in struct:_CodeSetRec
H A DlcGeneric.c867 /***** 3.4.2 byteM (1 <= M <= length)*****/
877 codeset->byteM = NULL;
880 codeset->byteM = Xmallocarray(codeset->length,
882 if (codeset->byteM == NULL) {
889 (codeset->byteM)[M-1].M = M;
890 (codeset->byteM)[M-1].byteinfo_num = num;
891 (codeset->byteM)[M-1].byteinfo =
894 tmpb = (codeset->byteM)[M-1].byteinfo ;
1033 if (codeset->byteM == NULL) {
1036 blst = codeset->byteM;
[all...]
/xsrc/external/mit/libX11/dist/modules/lc/gen/
H A DlcGenConv.c328 ByteInfoList byteM; local in function:byteM_parse_codeset
340 byteM = codeset->byteM;
341 if (codeset->side != XlcNONE || byteM == NULL)
346 byteM_rec = byteM[j];
802 /* next mb char data for byteM ? */
1693 /* next char data : byteM ? */
1804 /* next mb char data for byteM ? */

Completed in 7 milliseconds