Home
last modified time | relevance | path

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

/libnativehelper/include_jni/
Djni.h69 typedef _jcharArray* jcharArray; typedef
91 typedef jarray jcharArray; typedef
387 jcharArray (*NewCharArray)(JNIEnv*, jsize);
396 jchar* (*GetCharArrayElements)(JNIEnv*, jcharArray, jboolean*);
407 void (*ReleaseCharArrayElements)(JNIEnv*, jcharArray,
424 void (*GetCharArrayRegion)(JNIEnv*, jcharArray,
442 void (*SetCharArrayRegion)(JNIEnv*, jcharArray,
870 jcharArray NewCharArray(jsize length) in NewCharArray()
887 jchar* GetCharArrayElements(jcharArray array, jboolean* isCopy) in GetCharArrayElements()
906 void ReleaseCharArrayElements(jcharArray array, jchar* elems, in ReleaseCharArrayElements()
[all …]
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp322 FN0(fd,NORMAL ,jcharArray) \
344 FN(afd,NORMAL ,jcharArray,jcharArray) \
/libnativehelper/platform_include/nativehelper/detail/
Dsignature_checker.h789 TYPE_TRAIT_FN(jcharArray, "[C", kFastNative, kFinal, kSecondOrLate…