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
◆ nsEUCKRProber()
|
inline |
Definition at line 35 of file nsEUCKRProber.h.
◆ ~nsEUCKRProber()
|
inlinevirtual |
Definition at line 37 of file nsEUCKRProber.h.
Member Function Documentation
◆ GetCharSetName()
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 39 of file nsEUCKRProber.h.
◆ GetConfidence()
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 79 of file nsEUCKRProber.cpp.
◆ GetDistribution()
|
protected |
◆ GetState()
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 40 of file nsEUCKRProber.h.
◆ HandleData()
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 37 of file nsEUCKRProber.cpp.
◆ Reset()
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 29 of file nsEUCKRProber.cpp.
◆ SetOpion()
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 43 of file nsEUCKRProber.h.
Member Data Documentation
◆ mCodingSM
|
protected |
Definition at line 48 of file nsEUCKRProber.h.
◆ mDistributionAnalyser
|
protected |
Definition at line 52 of file nsEUCKRProber.h.
◆ mLastChar
|
protected |
Definition at line 53 of file nsEUCKRProber.h.
◆ mState
|
protected |
Definition at line 49 of file nsEUCKRProber.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.