Lines Matching refs:this

7  * published by the Free Software Foundation.  Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
137 * to this data structure is kept in an X11InputMethod object (pData).
186 method. (the best place to put this
212 /* Prototype for this function is missing in Solaris X11R6 Xlib.h */
398 /* this function should be called within AWT_LOCK() */
501 * big enough, so that the possibility that user encounters this problem is relatively
502 * small. When this bug gets fixed, we can make the initial buffer size smaller.
897 /*too bad we failed to create a fontset for this locale*/
1476 /* free the old pX11IMData and set it to null. this also avoids crashing
1500 jobject this,
1504 jobject this)
1539 jobject this,
1544 jobject this,
1589 globalRef = (*env)->NewGlobalRef(env, this);
1612 setX11InputMethodData(env, this, pX11IMData);
1621 jobject this,
1629 pX11IMData = getX11InputMethodData(env, this);
1674 setX11InputMethodData(env, this, pX11IMData);
1681 jobject this,
1691 jobject this,
1699 pX11IMData = getX11InputMethodData(env, this);
1766 jobject this)
1790 jobject this)
1795 pX11IMData = getX11InputMethodData(env, this);
1801 setX11InputMethodData(env, this, NULL);
1813 jobject this)
1820 pX11IMData = getX11InputMethodData(env, this);
1859 jobject this,
1869 pX11IMData = getX11InputMethodData(env, this);
1899 * 'enable' state; Otherwise, if XSetICValues fails to set this attribute,
1900 * java.lang.UnsupportedOperationException will be thrown. JNI_FALSE is returned if this
1905 (JNIEnv *env, jobject this, jboolean enable)
1911 pX11IMData = getX11InputMethodData(env, this);
1937 * XGetICValues fails to get this attribute, java.lang.UnsupportedOperationException
1938 * will be thrown. JNI_FALSE is returned if this method fails due to other reasons.
1942 (JNIEnv *env, jobject this)
1949 pX11IMData = getX11InputMethodData(env, this);
1969 (JNIEnv *env, jobject this, jlong window)