Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dutils.h63 operator jcharArray() const { return nullptr; } in jcharArray() function
/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,
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.cpp309 FN0(fd,NORMAL ,jcharArray) \
331 FN(afd,NORMAL ,jcharArray,jcharArray) \
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h790 TYPE_TRAIT_FN(jcharArray, "[C", kFastNative, kFinal, kSecondOrLate…