Class Big5SMModel
java.lang.Object
org.mozilla.universalchardet.prober.statemachine.SMModel
org.mozilla.universalchardet.prober.statemachine.Big5SMModel
-
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
Constructors -
Method Summary
Methods inherited from class SMModel
getCharLen, getClass, getName, getNextState
-
Field Details
-
BIG5_CLASS_FACTOR
public static final int BIG5_CLASS_FACTOR/////////////////////////////////////////////////////////////- See Also:
-
big5ClassTable
private static int[] big5ClassTable///////////////////////////////////////////////////////////// -
big5StateTable
private static int[] big5StateTable -
big5CharLenTable
private static int[] big5CharLenTable
-
-
Constructor Details
-
Big5SMModel
public Big5SMModel()/////////////////////////////////////////////////////////////
-