You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/qtjava/javalib/qtjava/TQTextCodec.h

51 lines
4.1 KiB

/* DO NOT EDIT THIS FILE - it is machine generated */
#ifndef __org_trinitydesktop_qt_QTextCodec__
#define __org_trinitydesktop_qt_QTextCodec__
#include <jni.h>
#ifdef __cplusplus
extern "C"
{
#endif
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QTextCodec_name (JNIEnv *env, jobject);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QTextCodec_mimeName (JNIEnv *env, jobject);
extern JNIEXPORT jint JNICALL Java_org_trinitydesktop_qt_QTextCodec_mibEnum (JNIEnv *env, jobject);
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QTextCodec_makeDecoder (JNIEnv *env, jobject);
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QTextCodec_makeEncoder (JNIEnv *env, jobject);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QTextCodec_toUnicode__Ljava_lang_String_2I (JNIEnv *env, jobject, jstring, jint);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QTextCodec_fromUnicode__Ljava_lang_String_2_3I (JNIEnv *env, jobject, jstring, jintArray);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QTextCodec_fromUnicode__Ljava_lang_String_2 (JNIEnv *env, jobject, jstring);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QTextCodec_toUnicode___3BI (JNIEnv *env, jobject, jbyteArray, jint);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QTextCodec_toUnicode___3B (JNIEnv *env, jobject, jbyteArray);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QTextCodec_toUnicode__Ljava_lang_String_2 (JNIEnv *env, jobject, jstring);
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QTextCodec_canEncode__C (JNIEnv *env, jobject, jchar);
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QTextCodec_canEncode__Ljava_lang_String_2 (JNIEnv *env, jobject, jstring);
extern JNIEXPORT jint JNICALL Java_org_trinitydesktop_qt_QTextCodec_heuristicContentMatch (JNIEnv *env, jobject, jstring, jint);
extern JNIEXPORT jint JNICALL Java_org_trinitydesktop_qt_QTextCodec_heuristicNameMatch (JNIEnv *env, jobject, jstring);
extern JNIEXPORT jbyteArray JNICALL Java_org_trinitydesktop_qt_QTextCodec_fromUnicode__Ljava_lang_String_2II (JNIEnv *env, jobject, jstring, jint, jint);
extern JNIEXPORT jshort JNICALL Java_org_trinitydesktop_qt_QTextCodec_characterFromUnicode (JNIEnv *env, jobject, jstring, jint);
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QTextCodec_loadCharmap (JNIEnv *env, jclass, jobject);
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QTextCodec_loadCharmapFile (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QTextCodec_codecForMib (JNIEnv *env, jclass, jint);
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QTextCodec_codecForName__Ljava_lang_String_2I (JNIEnv *env, jclass, jstring, jint);
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QTextCodec_codecForName__Ljava_lang_String_2 (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QTextCodec_codecForContent (JNIEnv *env, jclass, jstring, jint);
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QTextCodec_codecForIndex (JNIEnv *env, jclass, jint);
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QTextCodec_codecForLocale (JNIEnv *env, jclass);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QTextCodec_setCodecForLocale (JNIEnv *env, jclass, jobject);
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QTextCodec_codecForTr (JNIEnv *env, jclass);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QTextCodec_setCodecForTr (JNIEnv *env, jclass, jobject);
extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_qt_QTextCodec_codecForCStrings (JNIEnv *env, jclass);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QTextCodec_setCodecForCStrings (JNIEnv *env, jclass, jobject);
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QTextCodec_deleteAllCodecs (JNIEnv *env, jclass);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QTextCodec_locale (JNIEnv *env, jclass);
#ifdef __cplusplus
}
#endif
#endif /* __org_trinitydesktop_qt_QTextCodec__ */