HomeSort by relevance Sort by last modified time
    Searched refs:nativeNewStringPlatform (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/native/
jni_util_md.c 29 jstring nativeNewStringPlatform(JNIEnv *env, const char *str) {
jni_util.h 334 jstring nativeNewStringPlatform(JNIEnv *env, const char *str);
jni_util.c 714 // Android-changed: Always use nativeNewStringPlatform.
716 return nativeNewStringPlatform(env, str);
743 // result = nativeNewStringPlatform(env, str);
    [all...]

Completed in 51 milliseconds