Searched refs:currentX11InputMethodInstance (Results 1 - 2 of 2) 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...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c92 extern jobject currentX11InputMethodInstance;
1059 /*printf("Java_sun_awt_X11_XWindow_haveCurrentX11InputMethodInstance: %s\n", (currentX11InputMethodInstance==NULL? "NULL":" notnull"));
1061 return currentX11InputMethodInstance != NULL ? JNI_TRUE : JNI_FALSE;

Completed in 35 milliseconds