KDECore
#include <nsEUCKRProber.h>
Public Member Functions | |
nsEUCKRProber (void) | |
virtual | ~nsEUCKRProber (void) |
const char * | GetCharSetName () |
float | GetConfidence (void) |
nsProbingState | GetState (void) |
nsProbingState | HandleData (const char *aBuf, unsigned int aLen) |
void | Reset (void) |
void | SetOpion () |
Public Member Functions inherited from kencodingprober::nsCharSetProber | |
virtual | ~nsCharSetProber () |
Protected Member Functions | |
void | GetDistribution (unsigned int aCharLen, const char *aStr) |
Protected Attributes | |
nsCodingStateMachine * | mCodingSM |
EUCKRDistributionAnalysis | mDistributionAnalyser |
char | mLastChar [2] |
nsProbingState | mState |
Additional Inherited Members | |
Static Public Member Functions inherited from kencodingprober::nsCharSetProber | |
static bool | FilterWithEnglishLetters (const char *aBuf, unsigned int aLen, char **newBuf, unsigned int &newLen) |
static bool | FilterWithoutEnglishLetters (const char *aBuf, unsigned int aLen, char **newBuf, unsigned int &newLen) |
Detailed Description
Definition at line 33 of file nsEUCKRProber.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 35 of file nsEUCKRProber.h.
|
inlinevirtual |
Definition at line 37 of file nsEUCKRProber.h.
Member Function Documentation
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 39 of file nsEUCKRProber.h.
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 79 of file nsEUCKRProber.cpp.
|
protected |
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 40 of file nsEUCKRProber.h.
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 37 of file nsEUCKRProber.cpp.
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 29 of file nsEUCKRProber.cpp.
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 43 of file nsEUCKRProber.h.
Member Data Documentation
|
protected |
Definition at line 48 of file nsEUCKRProber.h.
|
protected |
Definition at line 52 of file nsEUCKRProber.h.
|
protected |
Definition at line 53 of file nsEUCKRProber.h.
|
protected |
Definition at line 49 of file nsEUCKRProber.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.