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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c1002 * For active clients: Try to use preedit callback to support
1020 XVaNestedList preedit = NULL; local
1129 preedit = (XVaNestedList)XVaCreateNestedList(0,
1135 if (preedit == (XVaNestedList)NULL)
1153 XNPreeditAttributes, preedit,
1157 XFree((void *)preedit);
1171 XNPreeditAttributes, preedit,
1181 XNPreeditAttributes, preedit,
1186 XFree((void *)preedit);
1210 * This will ensure the correct order of preedit tex
[all...]

Completed in 32 milliseconds