Home
last modified time | relevance | path

Searched refs:nativeNewStringPlatform (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
Djni_util_md.c29 jstring nativeNewStringPlatform(JNIEnv *env, const char *str) { in nativeNewStringPlatform() function
Djni_util.h334 jstring nativeNewStringPlatform(JNIEnv *env, const char *str);
Djni_util.c716 return nativeNewStringPlatform(env, str); in JNU_NewStringPlatform()