Searched defs:SetCharField (Results 1 - 1 of 1) sorted by relevance

/libnativehelper/include/nativehelper/
H A Djni.h320 void (*SetCharField)(JNIEnv*, jobject, jfieldID, jchar); member in struct:JNINativeInterface
735 void SetCharField(jobject obj, jfieldID fieldID, jchar value) function in struct:_JNIEnv
736 { functions->SetCharField(this, obj, fieldID, value); }

Completed in 9 milliseconds