- java.lang.Object
-
- org.jcodings.transcode.TranscodeTableSupport
-
public class TranscodeTableSupport extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intFOURbtstatic intFUNiistatic intFUNiostatic intFUNsistatic intFUNsiostatic intFUNsostatic intGB4btstatic intINVALIDstatic intLASTstatic intNOMAPstatic intNOMAP_RESUME_1static intONEbtstatic intSTR1static intTHREEbtstatic intTWObtstatic intUNDEFstatic intWORDINDEX_SHIFT_BITSstatic intZERObtstatic intZeroXResume_1static intZeroXResume_2
-
Constructor Summary
Constructors Constructor Description TranscodeTableSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intfunsio(int diff)static intg4(int b0, int b1, int b2, int b3)static intgetBT0(int a)static intgetBT1(int a)static intgetBT2(int a)static intgetBT3(int a)static intINFO2WORDINDEX(int info)static intmakeSTR1(int bi)static bytemakeSTR1LEN(int len)static into1(int b1)static into2(int b1, int b2)static into2FUNii(int b1, int b2)static into3(int b1, int b2, int b3)static into4(int b0, int b1, int b2, int b3)static intWORDINDEX2INFO(int widx)
-
-
-
Field Detail
-
WORDINDEX_SHIFT_BITS
public static final int WORDINDEX_SHIFT_BITS
- See Also:
- Constant Field Values
-
NOMAP
public static final int NOMAP
- See Also:
- Constant Field Values
-
ONEbt
public static final int ONEbt
- See Also:
- Constant Field Values
-
TWObt
public static final int TWObt
- See Also:
- Constant Field Values
-
THREEbt
public static final int THREEbt
- See Also:
- Constant Field Values
-
FOURbt
public static final int FOURbt
- See Also:
- Constant Field Values
-
INVALID
public static final int INVALID
- See Also:
- Constant Field Values
-
UNDEF
public static final int UNDEF
- See Also:
- Constant Field Values
-
ZERObt
public static final int ZERObt
- See Also:
- Constant Field Values
-
FUNii
public static final int FUNii
- See Also:
- Constant Field Values
-
FUNsi
public static final int FUNsi
- See Also:
- Constant Field Values
-
FUNio
public static final int FUNio
- See Also:
- Constant Field Values
-
FUNso
public static final int FUNso
- See Also:
- Constant Field Values
-
STR1
public static final int STR1
- See Also:
- Constant Field Values
-
GB4bt
public static final int GB4bt
- See Also:
- Constant Field Values
-
FUNsio
public static final int FUNsio
- See Also:
- Constant Field Values
-
LAST
public static final int LAST
- See Also:
- Constant Field Values
-
NOMAP_RESUME_1
public static final int NOMAP_RESUME_1
- See Also:
- Constant Field Values
-
ZeroXResume_1
public static final int ZeroXResume_1
- See Also:
- Constant Field Values
-
ZeroXResume_2
public static final int ZeroXResume_2
- See Also:
- Constant Field Values
-
-
Method Detail
-
WORDINDEX2INFO
public static int WORDINDEX2INFO(int widx)
-
INFO2WORDINDEX
public static int INFO2WORDINDEX(int info)
-
makeSTR1
public static int makeSTR1(int bi)
-
makeSTR1LEN
public static byte makeSTR1LEN(int len)
-
o1
public static int o1(int b1)
-
o2
public static int o2(int b1, int b2)
-
o3
public static int o3(int b1, int b2, int b3)
-
o4
public static int o4(int b0, int b1, int b2, int b3)
-
g4
public static int g4(int b0, int b1, int b2, int b3)
-
funsio
public static int funsio(int diff)
-
getBT1
public static int getBT1(int a)
-
getBT2
public static int getBT2(int a)
-
getBT3
public static int getBT3(int a)
-
getBT0
public static int getBT0(int a)
-
o2FUNii
public static int o2FUNii(int b1, int b2)
-
-