Class ISO2022CNSMModel
java.lang.Object
org.mozilla.universalchardet.prober.statemachine.SMModel
org.mozilla.universalchardet.prober.statemachine.ISO2022CNSMModel
-
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
-
ISO2022CN_CLASS_FACTOR
public static final int ISO2022CN_CLASS_FACTOR- See Also:
-
iso2022cnClassTable
private static int[] iso2022cnClassTable -
iso2022cnStateTable
private static int[] iso2022cnStateTable -
iso2022cnCharLenTable
private static int[] iso2022cnCharLenTable
-
-
Constructor Details
-
ISO2022CNSMModel
public ISO2022CNSMModel()
-