Class UCS2BESMModel
java.lang.Object
org.mozilla.universalchardet.prober.statemachine.SMModel
org.mozilla.universalchardet.prober.statemachine.UCS2BESMModel
-
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
-
UCS2BE_CLASS_FACTOR
public static final int UCS2BE_CLASS_FACTOR/////////////////////////////////////////////////////////////- See Also:
-
ucs2beClassTable
private static int[] ucs2beClassTable///////////////////////////////////////////////////////////// -
ucs2beStateTable
private static int[] ucs2beStateTable -
ucs2beCharLenTable
private static int[] ucs2beCharLenTable
-
-
Constructor Details
-
UCS2BESMModel
public UCS2BESMModel()/////////////////////////////////////////////////////////////
-