Class TranscodeTableSupport
java.lang.Object
org.jcodings.transcode.TranscodeTableSupport
- All Implemented Interfaces:
TranscodingInstruction
-
Field Summary
FieldsFields inherited from interface TranscodingInstruction
FOURbt, FUNii, FUNio, FUNsi, FUNsio, FUNso, GB4bt, INVALID, LAST, NOMAP, NOMAP_RESUME_1, ONEbt, STR1, THREEbt, TWObt, UNDEF, ZERObt, ZeroXResume_1, ZeroXResume_2 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
WORDINDEX_SHIFT_BITS
public static final int WORDINDEX_SHIFT_BITS- See Also:
-
-
Constructor Details
-
TranscodeTableSupport
public TranscodeTableSupport()
-
-
Method Details
-
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)
-