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

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

Completed in 127 milliseconds