Searched defs:currentX11InputMethodInstance (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c183 jobject currentX11InputMethodInstance = NULL; variable
188 currentX11InputMethodInstance's pData) */
526 if (!isX11InputMethodGRefInList(currentX11InputMethodInstance)) {
527 currentX11InputMethodInstance = NULL;
531 pX11IMData = getX11InputMethodData(env, currentX11InputMethodInstance);
615 currentX11InputMethodInstance,
812 if (NULL == currentX11InputMethodInstance ||
908 if (!isX11InputMethodGRefInList(currentX11InputMethodInstance)) {
909 currentX11InputMethodInstance = NULL;
913 if (NULL == currentX11InputMethodInstance
[all...]

Completed in 34 milliseconds