KDECore
#include <nsSBCSGroupProber.h>
Public Member Functions | |
| nsSBCSGroupProber () | |
| virtual | ~nsSBCSGroupProber () |
| 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 Attributes | |
| unsigned int | mActiveNum |
| int | mBestGuess |
| bool | mIsActive [NUM_OF_SBCS_PROBERS] |
| nsCharSetProber * | mProbers [NUM_OF_SBCS_PROBERS] |
| 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 47 of file nsSBCSGroupProber.h.
Constructor & Destructor Documentation
◆ nsSBCSGroupProber()
| kencodingprober::nsSBCSGroupProber::nsSBCSGroupProber | ( | ) |
Definition at line 36 of file nsSBCSGroupProber.cpp.
◆ ~nsSBCSGroupProber()
|
virtual |
Definition at line 79 of file nsSBCSGroupProber.cpp.
Member Function Documentation
◆ GetCharSetName()
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 88 of file nsSBCSGroupProber.cpp.
◆ GetConfidence()
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 169 of file nsSBCSGroupProber.cpp.
◆ GetState()
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 53 of file nsSBCSGroupProber.h.
◆ HandleData()
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 121 of file nsSBCSGroupProber.cpp.
◆ Reset()
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 102 of file nsSBCSGroupProber.cpp.
◆ SetOpion()
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 56 of file nsSBCSGroupProber.h.
Member Data Documentation
◆ mActiveNum
|
protected |
Definition at line 67 of file nsSBCSGroupProber.h.
◆ mBestGuess
|
protected |
Definition at line 66 of file nsSBCSGroupProber.h.
◆ mIsActive
|
protected |
Definition at line 65 of file nsSBCSGroupProber.h.
◆ mProbers
|
protected |
Definition at line 64 of file nsSBCSGroupProber.h.
◆ mState
|
protected |
Definition at line 63 of file nsSBCSGroupProber.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.