Searched refs:xic (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimLcGIc.c37 _XimLocalGetICValues(XIC xic, XIMArg *values) argument
39 Xic ic = (Xic)xic;
H A DimLcSIc.c41 _XimLocalSetICValues(XIC xic, XIMArg *values) argument
44 Xic ic = (Xic)xic;
H A DimThaiIc.c47 XIC xic)
49 Xic ic = (Xic)xic;
60 XIC xic)
62 Xic ic = (Xic)xic;
66 _XimThaiUnSetFocus(xic);
88 XIC xic)
90 Xic ic = (Xic)xic;
109 XIC xic)
111 Xic ic = (Xic)xic;
122 XIC xic)
46 _XimThaiUnSetFocus(XIC xic) argument
59 _XimThaiDestroyIC(XIC xic) argument
87 _XimThaiSetFocus(XIC xic) argument
108 _XimThaiReset(XIC xic) argument
121 _XimThaiMbReset(XIC xic) argument
129 _XimThaiWcReset(XIC xic) argument
[all...]
H A DimLcIc.c41 XIC xic)
43 Xic ic = (Xic)xic;
54 XIC xic)
56 Xic ic = (Xic)xic;
79 XIC xic)
81 Xic ic = (Xic)xic;
101 XIC xic)
103 Xic ic = (Xic)xic;
113 XIC xic)
115 _XimLocalReset(xic);
40 _XimLocalUnSetFocus(XIC xic) argument
53 _XimLocalDestroyIC(XIC xic) argument
78 _XimLocalSetFocus(XIC xic) argument
100 _XimLocalReset(XIC xic) argument
112 _XimLocalMbReset(XIC xic) argument
120 _XimLocalWcReset(XIC xic) argument
[all...]
H A DimLcLkup.c47 _XimLocalMbLookupString(XIC xic, XKeyEvent *ev, char *buffer, int bytes, argument
50 Xic ic = (Xic)xic;
130 _XimLocalWcLookupString(XIC xic, XKeyEvent *ev, wchar_t *buffer, int wlen, argument
133 Xic ic = (Xic)xic;
202 _XimLocalUtf8LookupString(XIC xic, XKeyEvent *ev, char *buffer, int bytes, argument
205 Xic ic = (Xic)xic;
H A DimDefIc.c292 XIC xic,
295 Xic ic = (Xic)xic;
661 XIC xic,
664 Xic ic = (Xic)xic;
890 XIC xic)
892 Xic ic = (Xic)xic;
949 BrokenSyncWithServer(XIC xic) argument
952 XGetICValues(xic, XNFilterEvents, &dummy, NULL);
957 XIC xic)
959 Xic ic = (Xic)xic;
291 _XimProtoGetICValues(XIC xic,XIMArg * arg) argument
660 _XimProtoSetICValues(XIC xic,XIMArg * arg) argument
889 _XimProtoDestroyIC(XIC xic) argument
956 _XimProtoSetFocus(XIC xic) argument
1002 _XimProtoUnsetFocus(XIC xic) argument
1078 _XimProtoReset(XIC xic,char * (* retfunc)(Xim im,Xic ic,XPointer buf)) argument
1199 _XimProtoMbReset(XIC xic) argument
1257 _XimProtoWcReset(XIC xic) argument
1315 _XimProtoUtf8Reset(XIC xic) argument
[all...]
H A DimDefLkup.c1119 XIC xic,
1126 Xic ic = (Xic)xic;
1182 XIC xic,
1189 Xic ic = (Xic)xic;
1245 XIC xic,
1252 Xic ic = (Xic)xic;
1118 _XimProtoMbLookupString(XIC xic,XKeyEvent * ev,char * buffer,int bytes,KeySym * keysym,Status * state) argument
1181 _XimProtoWcLookupString(XIC xic,XKeyEvent * ev,wchar_t * buffer,int bytes,KeySym * keysym,Status * state) argument
1244 _XimProtoUtf8LookupString(XIC xic,XKeyEvent * ev,char * buffer,int bytes,KeySym * keysym,Status * state) argument
/xsrc/external/mit/libXaw/dist/src/
H A DXawIm.c295 (p->xic == NULL) || !(p->input_style & XIMPreeditPosition)) return;
307 XSetICValues(p->xic, XNPreeditAttributes, pe_attr, NULL);
362 if ((p = ve->ic.shared_ic_table) && p->xic) {
364 p->xic = NULL;
369 if (p->xic == NULL) continue;
371 p->xic = NULL;
549 XGetICValues(p->xic, XNStatusAttributes, st_attr, NULL);
551 if (p->xic == NULL) {
560 XSetICValues(p->xic, XNStatusAttributes, st_attr, NULL);
562 if (p->xic
[all...]
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DXawImP.h88 XIC xic; member in struct:_XawIcTablePart
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXDefaultIMIF.c397 _MbReset(XIC xic) argument
403 _WcReset(XIC xic) argument
410 XIC xic,
434 XIC xic,
409 _MbLookupString(XIC xic,XKeyEvent * ev,char * buffer,int bytes,KeySym * keysym,Status * status) argument
433 _WcLookupString(XIC xic,XKeyEvent * ev,wchar_t * buffer,int wlen,KeySym * keysym,Status * status) argument
H A DXimint.h692 XIC xic,
701 XIC xic,
710 XIC xic,
/xsrc/external/mit/xdm/dist/greeter/
H A DLoginP.h139 XIC xic; /* input method of input context */ member in struct:__anon442719ed0208
H A DLogin.c1348 ctx->login.xic = (XIC) NULL;
1358 ctx->login.xic = XCreateIC(xim,
1363 if (!ctx->login.xic) {
1384 if (ctx->login.xic) {
1386 len = XmbLookupString(ctx->login.xic, &event->xkey, strbuf,
/xsrc/external/mit/xev/dist/
H A Dxev.c74 static XIC xic = NULL; variable in typeref:typename:XIC
178 if (e->type == KeyPress && xic) {
180 nmbbytes = XmbLookupString(xic, e, buf, bsize - 1, &ks, &status);
223 if (e->type == KeyPress && xic) {
1450 xic = XCreateIC(xim,
1454 if (xic == NULL) {
/xsrc/external/mit/xterm/dist/
H A Dinput.c842 if (input && input->xic) {
846 kd->nbytes = Xutf8LookupString(input->xic, event,
852 kd->nbytes = XmbLookupString(input->xic, event,
H A Dmisc.c197 if (input && input->xic)
198 XSetICFocus(input->xic);
236 if (input && input->xic)
237 XUnsetICFocus(input->xic);
H A Dptyx.h2353 XIC xic; /* input context attached to 'xim' */ member in struct:__anon7e1168c33e08
H A Dcharproc.c6704 if (input && input->xic
6713 XSetICValues(input->xic, XNPreeditAttributes, list, (void *) 0);
12673 input->xic = NULL;
12902 input->xic = XCreateIC(input->xim,
12910 input->xic = XCreateIC(input->xim, XNInputStyle, input_style,
12916 if (!input->xic) {

Completed in 58 milliseconds