Searched refs:jcharArray (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/include_jni/ |
D | jni.h | 68 typedef _jcharArray* jcharArray; typedef 90 typedef jarray jcharArray; typedef 386 jcharArray (*NewCharArray)(JNIEnv*, jsize); 395 jchar* (*GetCharArrayElements)(JNIEnv*, jcharArray, jboolean*); 406 void (*ReleaseCharArrayElements)(JNIEnv*, jcharArray, 423 void (*GetCharArrayRegion)(JNIEnv*, jcharArray, 441 void (*SetCharArrayRegion)(JNIEnv*, jcharArray, 869 jcharArray NewCharArray(jsize length) in NewCharArray() 886 jchar* GetCharArrayElements(jcharArray array, jboolean* isCopy) in GetCharArrayElements() 905 void ReleaseCharArrayElements(jcharArray array, jchar* elems, in ReleaseCharArrayElements() [all …]
|
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 321 FN0(fd,NORMAL ,jcharArray) \ 343 FN(afd,NORMAL ,jcharArray,jcharArray) \
|
/libnativehelper/include_platform_header_only/nativehelper/detail/ |
D | signature_checker.h | 789 TYPE_TRAIT_FN(jcharArray, "[C", kFastNative, kFinal, kSecondOrLate…
|