Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:GetCharField

297     jchar       (*GetCharField)(JNIEnv*, jobject, jfieldID);
703 jchar GetCharField(jobject obj, jfieldID fieldID)
704 { return functions->GetCharField(this, obj, fieldID); }