Class EUCJPSMModel
- java.lang.Object
-
- org.mozilla.universalchardet.prober.statemachine.SMModel
-
- org.mozilla.universalchardet.prober.statemachine.EUCJPSMModel
-
public class EUCJPSMModel extends SMModel
-
-
Field Summary
Fields Modifier and Type Field Description static int
EUCJP_CLASS_FACTOR
private static int[]
eucjpCharLenTable
private static int[]
eucjpClassTable
private static int[]
eucjpStateTable
-
Fields inherited from class org.mozilla.universalchardet.prober.statemachine.SMModel
charLenTable, classFactor, classTable, ERROR, ITSME, name, START, stateTable
-
-
Constructor Summary
Constructors Constructor Description EUCJPSMModel()
-
Method Summary
-
Methods inherited from class org.mozilla.universalchardet.prober.statemachine.SMModel
getCharLen, getClass, getName, getNextState
-
-
-
-
Field Detail
-
EUCJP_CLASS_FACTOR
public static final int EUCJP_CLASS_FACTOR
- See Also:
- Constant Field Values
-
eucjpClassTable
private static int[] eucjpClassTable
-
eucjpStateTable
private static int[] eucjpStateTable
-
eucjpCharLenTable
private static int[] eucjpCharLenTable
-
-