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

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXimintL.h44 typedef INT32 DTCharIndex; typedef in typeref:typename:INT32
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/
H A DimLcPrs.c578 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;
H A DimLcIm.c82 DTCharIndex mbused;
83 DTCharIndex wcused;
84 DTCharIndex utf8used;

Completed in 4 milliseconds