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 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
-
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()/////////////////////////////////////////////////////////////
-