Lines Matching refs:jclass

49 static jlong openConverter (JNIEnv *env, jclass jClass, jstring converterName) {
75 static void closeConverter (JNIEnv *env, jclass jClass, jlong handle) {
111 static jint setSubstitutionModeCharToByte (JNIEnv *env, jclass jClass, jlong handle, jboolean mode) {
154 static jint setSubstitutionModeByteToChar (JNIEnv *env, jclass jClass, jlong handle, jboolean mode) {
201 static jint convertCharToByte(JNIEnv *env, jclass jClass, jlong handle, jcharArray source, jint sourceEnd, jbyteArray target, jint targetEnd, jintArray data, jboolean flush) {
248 static jint encode(JNIEnv *env, jclass jClass, jlong handle, jcharArray source, jint sourceEnd, jbyteArray target, jint targetEnd, jintArray data, jboolean flush) {
285 static jint convertByteToChar(JNIEnv *env, jclass jClass, jlong handle, jbyteArray source, jint sourceEnd, jcharArray target, jint targetEnd, jintArray data, jboolean flush) {
333 static jint decode(JNIEnv *env, jclass jClass, jlong handle, jbyteArray source, jint sourceEnd, jcharArray target, jint targetEnd, jintArray data, jboolean flush) {
357 static void resetByteToChar(JNIEnv *env, jclass jClass, jlong handle) {
365 static void resetCharToByte(JNIEnv *env, jclass jClass, jlong handle) {
374 static jint countInvalidBytes (JNIEnv *env, jclass jClass, jlong handle, jintArray length) {
394 static jint countInvalidChars(JNIEnv *env, jclass jClass, jlong handle, jintArray length) {
412 static jint getMaxBytesPerChar(JNIEnv *env, jclass jClass, jlong handle) {
421 static jint getMinBytesPerChar(JNIEnv *env, jclass jClass, jlong handle) {
429 static jfloat getAveBytesPerChar(JNIEnv *env, jclass jClass, jlong handle) {
439 static jint flushByteToChar(JNIEnv *env, jclass jClass,jlong handle, jcharArray target, jint targetEnd, jintArray data) {
480 static jint flushCharToByte (JNIEnv *env, jclass jClass, jlong handle, jbyteArray target, jint targetEnd, jintArray data) {
529 static jint setSubstitutionBytes(JNIEnv *env, jclass jClass, jlong handle, jbyteArray subChars, jint length) {
599 static jint setSubstitutionChars(JNIEnv *env, jclass jClass, jlong handle, jcharArray subChars, jint length) {
650 static jboolean canEncode(JNIEnv *env, jclass jClass, jlong handle, jint codeUnit) {
676 static jboolean canDecode(JNIEnv *env, jclass jClass, jlong handle, jbyteArray source) {
787 static jobjectArray getAvailable(JNIEnv *env, jclass jClass) {
819 static jint countAliases(JNIEnv *env, jclass jClass,jstring enc) {
835 static jobjectArray getAliases(JNIEnv *env, jclass jClass, jstring enc) {
899 static jstring getCanonicalName(JNIEnv *env, jclass jClass,jstring enc) {
918 static jstring getICUCanonicalName(JNIEnv *env, jclass jClass, jstring enc) {
960 static jstring getJavaCanonicalName2(JNIEnv *env, jclass jClass, jstring icuCanonName) {
1059 static jint setCallbackEncode(JNIEnv *env, jclass jClass, jlong handle, jint onMalformedInput, jint onUnmappableInput, jbyteArray subChars, jint length) {
1187 static jint setCallbackDecode(JNIEnv *env, jclass jClass, jlong handle, jint onMalformedInput, jint onUnmappableInput, jcharArray subChars, jint length) {
1237 static jlong safeClone(JNIEnv *env, jclass, jlong address) {
1249 static jint getMaxCharsPerByte(JNIEnv *env, jclass jClass, jlong handle) {
1256 static jfloat getAveCharsPerByte(JNIEnv *env, jclass jClass, jlong handle) {
1271 static jbyteArray getSubstitutionBytes(JNIEnv *env, jclass jClass, jlong handle) {
1291 static jboolean contains( JNIEnv *env, jclass jClass, jlong handle1, jlong handle2) {