Class EUCTWSMModel
java.lang.Object
org.mozilla.universalchardet.prober.statemachine.SMModel
org.mozilla.universalchardet.prober.statemachine.EUCTWSMModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int/////////////////////////////////////////////////////////////private static int[]private static int[]/////////////////////////////////////////////////////////////private static int[]Fields inherited from class SMModel
charLenTable, classFactor, classTable, ERROR, ITSME, name, START, stateTable -
Constructor Summary
ConstructorsConstructorDescription///////////////////////////////////////////////////////////// -
Method Summary
Methods inherited from class SMModel
getCharLen, getClass, getName, getNextState
-
Field Details
-
EUCTW_CLASS_FACTOR
public static final int EUCTW_CLASS_FACTOR/////////////////////////////////////////////////////////////- See Also:
-
euctwClassTable
private static int[] euctwClassTable///////////////////////////////////////////////////////////// -
euctwStateTable
private static int[] euctwStateTable -
euctwCharLenTable
private static int[] euctwCharLenTable
-
-
Constructor Details
-
EUCTWSMModel
public EUCTWSMModel()/////////////////////////////////////////////////////////////
-