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.
63 lines
2.6 KiB
63 lines
2.6 KiB
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
import org.trinitydesktop.qt.Qt;
|
|
|
|
public class TQJpUnicodeConv implements QtSupport {
|
|
private long _qt;
|
|
private boolean _allocatedInJavaWorld = true;
|
|
protected TQJpUnicodeConv(Class dummy){}
|
|
|
|
public static final int Default = 0x0000;
|
|
public static final int Unicode = 0x0001;
|
|
public static final int Unicode_JISX0201 = 0x0001;
|
|
public static final int Unicode_ASCII = 0x0002;
|
|
public static final int JISX0221_JISX0201 = 0x0003;
|
|
public static final int JISX0221_ASCII = 0x0004;
|
|
public static final int Sun_JDK117 = 0x0005;
|
|
public static final int Microsoft_CP932 = 0x0006;
|
|
public static final int NEC_VDC = 0x0100;
|
|
public static final int UDC = 0x0200;
|
|
public static final int IBM_VDC = 0x0400;
|
|
|
|
public native int asciiToUnicode(int h, int l);
|
|
public native int jisx0201ToUnicode(int h, int l);
|
|
public native int jisx0201LatinToUnicode(int h, int l);
|
|
public native int jisx0201KanaToUnicode(int h, int l);
|
|
public native int jisx0208ToUnicode(int h, int l);
|
|
public native int jisx0212ToUnicode(int h, int l);
|
|
public native int asciiToUnicode(int ascii);
|
|
public native int jisx0201ToUnicode(int jis);
|
|
public native int jisx0201LatinToUnicode(int jis);
|
|
public native int jisx0201KanaToUnicode(int jis);
|
|
public native int jisx0208ToUnicode(int jis);
|
|
public native int jisx0212ToUnicode(int jis);
|
|
public native int unicodeToAscii(int h, int l);
|
|
public native int unicodeToJisx0201(int h, int l);
|
|
public native int unicodeToJisx0201Latin(int h, int l);
|
|
public native int unicodeToJisx0201Kana(int h, int l);
|
|
public native int unicodeToJisx0208(int h, int l);
|
|
public native int unicodeToJisx0212(int h, int l);
|
|
public native int unicodeToAscii(int unicode);
|
|
public native int unicodeToJisx0201(int unicode);
|
|
public native int unicodeToJisx0201Latin(int unicode);
|
|
public native int unicodeToJisx0201Kana(int unicode);
|
|
public native int unicodeToJisx0208(int unicode);
|
|
public native int unicodeToJisx0212(int unicode);
|
|
public native int sjisToUnicode(int h, int l);
|
|
public native int unicodeToSjis(int h, int l);
|
|
public native int sjisToUnicode(int sjis);
|
|
public native int unicodeToSjis(int unicode);
|
|
public static native TQJpUnicodeConv newConverter(int rule);
|
|
public TQJpUnicodeConv(int r) {
|
|
newTQJpUnicodeConv(r);
|
|
}
|
|
private native void newTQJpUnicodeConv(int r);
|
|
/** Deletes the wrapped C++ instance */
|
|
protected native void finalize() throws InternalError;
|
|
/** Delete the wrapped C++ instance ahead of finalize() */
|
|
public native void dispose();
|
|
/** Has the wrapped C++ instance been deleted? */
|
|
public native boolean isDisposed();
|
|
}
|