#include "nsPkgInt.h"

Go to the source code of this file.
Data Structures | |
| struct | SMModel |
| class | nsCodingStateMachine |
Defines | |
| #define | GETCLASS(c) GETFROMPCK(((unsigned char)(c)), mModel->classTable) |
Enumerations | |
| enum | nsSMState { eStart = 0, eError = 1, eItsMe = 2 } |
Variables | |
| SMModel | UTF8SMModel |
| SMModel | Big5SMModel |
| SMModel | EUCJPSMModel |
| SMModel | EUCKRSMModel |
| SMModel | EUCTWSMModel |
| SMModel | GB18030SMModel |
| SMModel | SJISSMModel |
| SMModel | UCS2BESMModel |
| SMModel | HZSMModel |
| SMModel | ISO2022CNSMModel |
| SMModel | ISO2022JPSMModel |
| SMModel | ISO2022KRSMModel |
| #define GETCLASS | ( | c | ) | GETFROMPCK(((unsigned char)(c)), mModel->classTable) |
Definition at line 48 of file nsCodingStateMachine.h.
Referenced by nsCodingStateMachine::NextState().
| enum nsSMState |
Definition at line 92 of file nsMBCSSM.cpp.
Referenced by nsBig5Prober::nsBig5Prober().
Definition at line 147 of file nsMBCSSM.cpp.
Referenced by nsEUCJPProber::~nsEUCJPProber().
Definition at line 199 of file nsMBCSSM.cpp.
Referenced by nsEUCKRProber::nsEUCKRProber().
Definition at line 255 of file nsMBCSSM.cpp.
Referenced by nsEUCTWProber::nsEUCTWProber().
Definition at line 371 of file nsMBCSSM.cpp.
Referenced by nsGB18030Prober::nsGB18030Prober().
Definition at line 86 of file nsEscSM.cpp.
Referenced by nsEscCharSetProber::nsEscCharSetProber().
Definition at line 144 of file nsEscSM.cpp.
Referenced by nsEscCharSetProber::nsEscCharSetProber().
Definition at line 202 of file nsEscSM.cpp.
Referenced by nsEscCharSetProber::nsEscCharSetProber().
Definition at line 256 of file nsEscSM.cpp.
Referenced by nsEscCharSetProber::nsEscCharSetProber().
Definition at line 428 of file nsMBCSSM.cpp.
Referenced by nsSJISProber::nsSJISProber().
Definition at line 485 of file nsMBCSSM.cpp.
Definition at line 619 of file nsMBCSSM.cpp.
Referenced by nsUTF8Prober::nsUTF8Prober().
1.6.2-20100208