Searched defs:NewCharArray (Results 1 - 1 of 1) sorted by relevance
/dalvik/libnativehelper/include/nativehelper/ | ||
H A D | jni.h | 386 jcharArray (*NewCharArray)(JNIEnv*, jsize); member in struct:JNINativeInterface 869 jcharArray NewCharArray(jsize length) function in struct:_JNIEnv 870 { return functions->NewCharArray(this, length); } |
Completed in 20 milliseconds