Searched refs:GetStringLength (Results 1 - 6 of 6) sorted by relevance

/ndk/build/platforms/android-3/arch-arm/usr/include/
H A Djni.h371 jsize (*GetStringLength)(JNIEnv*, jstring); member in struct:JNINativeInterface
830 jsize GetStringLength(jstring string) function in struct:_JNIEnv
831 { return functions->GetStringLength(this, string); }
/ndk/build/platforms/android-4/arch-arm/usr/include/
H A Djni.h371 jsize (*GetStringLength)(JNIEnv*, jstring); member in struct:JNINativeInterface
830 jsize GetStringLength(jstring string) function in struct:_JNIEnv
831 { return functions->GetStringLength(this, string); }
/ndk/build/platforms/android-5/arch-arm/usr/include/
H A Djni.h371 jsize (*GetStringLength)(JNIEnv*, jstring); member in struct:JNINativeInterface
830 jsize GetStringLength(jstring string) function in struct:_JNIEnv
831 { return functions->GetStringLength(this, string); }
/ndk/build/platforms/android-5/arch-x86/usr/include/
H A Djni.h371 jsize (*GetStringLength)(JNIEnv*, jstring); member in struct:JNINativeInterface
830 jsize GetStringLength(jstring string) function in struct:_JNIEnv
831 { return functions->GetStringLength(this, string); }
/ndk/build/platforms/android-8/arch-arm/usr/include/
H A Djni.h371 jsize (*GetStringLength)(JNIEnv*, jstring); member in struct:JNINativeInterface
830 jsize GetStringLength(jstring string) function in struct:_JNIEnv
831 { return functions->GetStringLength(this, string); }
/ndk/build/platforms/android-8/arch-x86/usr/include/
H A Djni.h371 jsize (*GetStringLength)(JNIEnv*, jstring); member in struct:JNINativeInterface
830 jsize GetStringLength(jstring string) function in struct:_JNIEnv
831 { return functions->GetStringLength(this, string); }

Completed in 50 milliseconds