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

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h827 jstring NewString(const jchar* unicodeChars, jsize len) argument
828 { return functions->NewString(this, unicodeChars, len); }
/dalvik/vm/
H A DCheckJni.c1880 static jstring Check_NewString(JNIEnv* env, const jchar* unicodeChars, argument
1885 result = BASE_ENV(env)->NewString(env, unicodeChars, len);
H A DJni.c2878 * If "len" is zero, we will return an empty string even if "unicodeChars"
2881 static jstring NewString(JNIEnv* env, const jchar* unicodeChars, jsize len) argument
2886 StringObject* jstr = dvmCreateStringFromUnicode(unicodeChars, len);

Completed in 2197 milliseconds