KDECore
nsMBCSSM.cpp File Reference
#include "nsCodingStateMachine.h"
Include dependency graph for nsMBCSSM.cpp:
Go to the source code of this file.
Namespaces | |
kencodingprober | |
Variables | |
static unsigned int | kencodingprober::BIG5_cls [256/8] |
static unsigned int | kencodingprober::BIG5_st [3] |
static const unsigned int | kencodingprober::Big5CharLenTable [] = {0, 1, 1, 2, 0} |
static unsigned int | kencodingprober::EUCJP_cls [256/8] |
static unsigned int | kencodingprober::EUCJP_st [5] |
static const unsigned int | kencodingprober::EUCJPCharLenTable [] = {2, 2, 2, 3, 1, 0} |
static unsigned int | kencodingprober::EUCKR_cls [256/8] |
static unsigned int | kencodingprober::EUCKR_st [2] |
static const unsigned int | kencodingprober::EUCKRCharLenTable [] = {0, 1, 2, 0} |
static unsigned int | kencodingprober::EUCTW_cls [256/8] |
static unsigned int | kencodingprober::EUCTW_st [6] |
static const unsigned int | kencodingprober::EUCTWCharLenTable [] = {0, 0, 1, 2, 2, 2, 3} |
static unsigned int | kencodingprober::GB18030_cls [256/8] |
static unsigned int | kencodingprober::GB18030_st [6] |
static const unsigned int | kencodingprober::GB18030CharLenTable [] = {0, 1, 1, 1, 1, 1, 2} |
static unsigned int | kencodingprober::SJIS_cls [256/8] |
static unsigned int | kencodingprober::SJIS_st [3] |
static const unsigned int | kencodingprober::SJISCharLenTable [] = {0, 1, 1, 2, 0, 0} |
static unsigned int | kencodingprober::UCS2BE_cls [256/8] |
static unsigned int | kencodingprober::UCS2BE_st [7] |
static const unsigned int | kencodingprober::UCS2BECharLenTable [] = {2, 2, 2, 0, 2, 2} |
static unsigned int | kencodingprober::UCS2LE_cls [256/8] |
static unsigned int | kencodingprober::UCS2LE_st [7] |
static const unsigned int | kencodingprober::UCS2LECharLenTable [] = {2, 2, 2, 2, 2, 2} |
static unsigned int | kencodingprober::UTF8_cls [256/8] |
static unsigned int | kencodingprober::UTF8_st [26] |
static const unsigned int | kencodingprober::UTF8CharLenTable [] |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.