Class ISO2022JPSMModel
java.lang.Object
org.mozilla.universalchardet.prober.statemachine.SMModel
org.mozilla.universalchardet.prober.statemachine.ISO2022JPSMModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
private static int[]
private static int[]
private static int[]
Fields inherited from class org.mozilla.universalchardet.prober.statemachine.SMModel
charLenTable, classFactor, classTable, ERROR, ITSME, name, START, stateTable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mozilla.universalchardet.prober.statemachine.SMModel
getCharLen, getClass, getName, getNextState
-
Field Details
-
ISO2022JP_CLASS_FACTOR
public static final int ISO2022JP_CLASS_FACTOR- See Also:
-
iso2022jpClassTable
private static int[] iso2022jpClassTable -
iso2022jpStateTable
private static int[] iso2022jpStateTable -
iso2022jpCharLenTable
private static int[] iso2022jpCharLenTable
-
-
Constructor Details
-
ISO2022JPSMModel
public ISO2022JPSMModel()
-