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

/libnativehelper/include/nativehelper/
H A Djni.h390 jsize (*GetStringUTFLength)(JNIEnv*, jstring); member in struct:JNINativeInterface
857 jsize GetStringUTFLength(jstring string) function in struct:_JNIEnv
858 { return functions->GetStringUTFLength(this, string); }

Completed in 10 milliseconds