Home
last modified time | relevance | path

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

/libnativehelper/include_jni/
Djni.h68 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/
DJniSafeRegisterNativeMethods_test.cpp321 FN0(fd,NORMAL ,jcharArray) \
343 FN(afd,NORMAL ,jcharArray,jcharArray) \
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h789 TYPE_TRAIT_FN(jcharArray, "[C", kFastNative, kFinal, kSecondOrLate…