Lines Matching refs:SetShortField
308 void (*SetShortField)(JNIEnv*, jobject, jfieldID, jshort);724 void SetShortField(jobject obj, jfieldID fieldID, jshort value)725 { functions->SetShortField(this, obj, fieldID, value); }