Class EUCJPSMModel
java.lang.Object
org.mozilla.universalchardet.prober.statemachine.SMModel
org.mozilla.universalchardet.prober.statemachine.EUCJPSMModel
-
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
-
EUCJP_CLASS_FACTOR
public static final int EUCJP_CLASS_FACTOR/////////////////////////////////////////////////////////////- See Also:
-
eucjpClassTable
private static int[] eucjpClassTable///////////////////////////////////////////////////////////// -
eucjpStateTable
private static int[] eucjpStateTable -
eucjpCharLenTable
private static int[] eucjpCharLenTable
-
-
Constructor Details
-
EUCJPSMModel
public EUCJPSMModel()/////////////////////////////////////////////////////////////
-