Searched refs:getTypeImpl (Results 1 – 2 of 2) sorted by relevance
28 static jint getTypeImpl(JNIEnv *env, jclass clazz, jint codePoint) { in getTypeImpl() function164 { "getTypeImpl", "(I)I", (void*) getTypeImpl },
30 return getTypeImpl(codePoint); in getType()33 private static native int getTypeImpl(int codePoint); in getTypeImpl() method in UCharacter