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

  /xsrc/external/mit/libX11/dist/src/xlibi18n/
XimintL.h 44 typedef INT32 DTCharIndex;
54 DTCharIndex mb;
55 DTCharIndex wc; /* make from mb */
56 DTCharIndex utf8; /* make from mb */
66 DTCharIndex mbused, mbsize;
67 DTCharIndex wcused, wcsize;
68 DTCharIndex utf8used, utf8size;
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imLcPrs.c 578 DTCharIndex newsize = b->mbsize ? b->mbsize * 1.5 : 1024;
611 DTCharIndex newsize = b->mbsize ? b->mbsize * 1.5 : 1024;
631 DTCharIndex newsize = b->wcsize ? b->wcsize * 1.5 : 512;
647 DTCharIndex newsize = b->utf8size ? b->utf8size * 1.5 : 1024;
imLcIm.c 82 DTCharIndex mbused;
83 DTCharIndex wcused;
84 DTCharIndex utf8used;

Completed in 6 milliseconds