Searched refs:NewStringUTF (Results 1 - 3 of 3) sorted by relevance

/development/ndk/samples/hello-jni/jni/
H A Dhello-jni.c30 return (*env)->NewStringUTF(env, "Hello from JNI !");
/development/ndk/samples/hello-neon/jni/
H A Dhelloneon.c162 return (*env)->NewStringUTF(env, buffer);
/development/ndk/platforms/android-3/include/
H A Djni.h389 jstring (*NewStringUTF)(JNIEnv*, const char*); member in struct:JNINativeInterface
854 jstring NewStringUTF(const char* bytes) function in struct:_JNIEnv
855 { return functions->NewStringUTF(this, bytes); }

Completed in 65 milliseconds