Class GB18030SMModel
java.lang.Object
org.mozilla.universalchardet.prober.statemachine.SMModel
org.mozilla.universalchardet.prober.statemachine.GB18030SMModel
-
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
-
GB18030_CLASS_FACTOR
public static final int GB18030_CLASS_FACTOR/////////////////////////////////////////////////////////////- See Also:
-
gb18030ClassTable
private static int[] gb18030ClassTable///////////////////////////////////////////////////////////// -
gb18030StateTable
private static int[] gb18030StateTable -
gb18030CharLenTable
private static int[] gb18030CharLenTable
-
-
Constructor Details
-
GB18030SMModel
public GB18030SMModel()/////////////////////////////////////////////////////////////
-