Searched refs:jcharArray (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/include_jni/ |
D | jni.h | 69 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/ |
D | JniSafeRegisterNativeMethods_test.cpp | 322 FN0(fd,NORMAL ,jcharArray) \ 344 FN(afd,NORMAL ,jcharArray,jcharArray) \
|
/libnativehelper/platform_include/nativehelper/detail/ |
D | signature_checker.h | 789 TYPE_TRAIT_FN(jcharArray, "[C", kFastNative, kFinal, kSecondOrLate…
|