Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:GetStaticCharField

355     jchar       (*GetStaticCharField)(JNIEnv*, jclass, jfieldID);
797 jchar GetStaticCharField(jclass clazz, jfieldID fieldID)
798 { return functions->GetStaticCharField(this, clazz, fieldID); }