Lines Matching full:unicodechars
2101 * If "len" is zero, we will return an empty string even if "unicodeChars"2104 static jstring NewString(JNIEnv* env, const jchar* unicodeChars, jsize len) {2106 StringObject* jstr = dvmCreateStringFromUnicode(unicodeChars, len);