HomeSort by: relevance | last modified time | path
    Searched refs:byteM (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/xlibi18n/
XlcGeneric.h 89 ByteInfoList byteM;
lcGeneric.c 867 /***** 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/
lcGenConv.c 328 ByteInfoList byteM;
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