KDECore
nsCodingStateMachine.h File Reference
#include "kencodingprober.h"
#include "kdemacros.h"
#include "nsPkgInt.h"
Include dependency graph for nsCodingStateMachine.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | kencodingprober::nsCodingStateMachine |
struct | kencodingprober::SMModel |
Namespaces | |
namespace | kencodingprober |
Defines | |
#define | GETCLASS(c) GETFROMPCK(((unsigned char)(c)), mModel->classTable) |
Enumerations | |
enum | kencodingprober::nsSMState { kencodingprober::eStart = 0, kencodingprober::eError = 1, kencodingprober::eItsMe = 2 } |
Variables | |
SMModel | kencodingprober::Big5SMModel |
SMModel | kencodingprober::EUCJPSMModel |
SMModel | kencodingprober::EUCKRSMModel |
SMModel | kencodingprober::EUCTWSMModel |
SMModel | kencodingprober::GB18030SMModel |
SMModel | kencodingprober::HZSMModel |
SMModel | kencodingprober::ISO2022CNSMModel |
SMModel | kencodingprober::ISO2022JPSMModel |
SMModel | kencodingprober::ISO2022KRSMModel |
SMModel | kencodingprober::SJISSMModel |
SMModel | kencodingprober::UCS2BESMModel |
SMModel | kencodingprober::UCS2LESMModel |
SMModel | kencodingprober::UTF8SMModel |
Define Documentation
#define GETCLASS | ( | c | ) | GETFROMPCK(((unsigned char)(c)), mModel->classTable) |
Definition at line 41 of file nsCodingStateMachine.h.