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

  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imThaiIm.c 136 private->ucstoutf8_conv = conv;
211 if (im->private.local.ucstoutf8_conv) {
212 _XlcCloseConverter(im->private.local.ucstoutf8_conv);
213 im->private.local.ucstoutf8_conv = NULL;
imLcIm.c 207 if (im->private.local.ucstoutf8_conv) {
208 _XlcCloseConverter(im->private.local.ucstoutf8_conv);
209 im->private.local.ucstoutf8_conv = NULL;
693 private->ucstoutf8_conv = conv;
imDefIm.c 1048 if (im->private.proto.ucstoutf8_conv) {
1049 _XlcCloseConverter(im->private.proto.ucstoutf8_conv);
1050 im->private.proto.ucstoutf8_conv = NULL;
1671 private->ucstoutf8_conv = conv;
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
XimintL.h 80 XlcConv ucstoutf8_conv; member in struct:_XimLocalPrivateRec
XimintP.h 114 XlcConv ucstoutf8_conv; member in struct:_XimProtoPrivateRec
Ximint.h 61 XlcConv ucstoutf8_conv; member in struct:_XimCommonPrivateRec
  /xsrc/external/mit/libX11/dist/src/
imConv.c 346 if (_XlcConvert(private->ucstoutf8_conv,

Completed in 8 milliseconds