Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:GetStringChars

374     const jchar* (*GetStringChars)(JNIEnv*, jstring, jboolean*);
835 const jchar* GetStringChars(jstring string, jboolean* isCopy)
836 { return functions->GetStringChars(this, string, isCopy); }