#include "nsCharSetProber.h"

Go to the source code of this file.
Data Structures | |
| struct | SequenceModel |
| class | nsSingleByteCharSetProber |
Defines | |
| #define | SAMPLE_SIZE 64 |
| #define | SB_ENOUGH_REL_THRESHOLD 1024 |
| #define | POSITIVE_SHORTCUT_THRESHOLD (float)0.95 |
| #define | NEGATIVE_SHORTCUT_THRESHOLD (float)0.05 |
| #define | SYMBOL_CAT_ORDER 250 |
| #define | NUMBER_OF_SEQ_CAT 4 |
| #define | POSITIVE_CAT (NUMBER_OF_SEQ_CAT-1) |
| #define | NEGATIVE_CAT 0 |
Variables | |
| SequenceModel | Koi8rModel |
| SequenceModel | Win1251Model |
| SequenceModel | Latin5Model |
| SequenceModel | MacCyrillicModel |
| SequenceModel | Ibm866Model |
| SequenceModel | Ibm855Model |
| SequenceModel | Latin7Model |
| SequenceModel | Win1253Model |
| SequenceModel | Latin5BulgarianModel |
| SequenceModel | Win1251BulgarianModel |
| SequenceModel | Latin2HungarianModel |
| SequenceModel | Win1250HungarianModel |
| SequenceModel | Win1255Model |
| #define NEGATIVE_CAT 0 |
Definition at line 50 of file nsSBCharSetProber.h.
Referenced by nsSingleByteCharSetProber::GetConfidence().
| #define NEGATIVE_SHORTCUT_THRESHOLD (float)0.05 |
Definition at line 46 of file nsSBCharSetProber.h.
Referenced by nsSingleByteCharSetProber::HandleData().
| #define NUMBER_OF_SEQ_CAT 4 |
Definition at line 48 of file nsSBCharSetProber.h.
Referenced by nsSingleByteCharSetProber::Reset().
| #define POSITIVE_CAT (NUMBER_OF_SEQ_CAT-1) |
Definition at line 49 of file nsSBCharSetProber.h.
Referenced by nsSingleByteCharSetProber::GetConfidence().
| #define POSITIVE_SHORTCUT_THRESHOLD (float)0.95 |
Definition at line 45 of file nsSBCharSetProber.h.
Referenced by nsSingleByteCharSetProber::HandleData().
| #define SAMPLE_SIZE 64 |
Definition at line 43 of file nsSBCharSetProber.h.
Referenced by nsSingleByteCharSetProber::HandleData().
| #define SB_ENOUGH_REL_THRESHOLD 1024 |
Definition at line 44 of file nsSBCharSetProber.h.
Referenced by nsSingleByteCharSetProber::HandleData().
| #define SYMBOL_CAT_ORDER 250 |
Definition at line 47 of file nsSBCharSetProber.h.
Referenced by nsSingleByteCharSetProber::HandleData().
Definition at line 348 of file LangCyrillicModel.cpp.
Referenced by nsSBCSGroupProber::nsSBCSGroupProber().
Definition at line 339 of file LangCyrillicModel.cpp.
Referenced by nsSBCSGroupProber::nsSBCSGroupProber().
Definition at line 303 of file LangCyrillicModel.cpp.
Referenced by nsSBCSGroupProber::nsSBCSGroupProber().
Definition at line 226 of file LangHungarianModel.cpp.
Definition at line 229 of file LangBulgarianModel.cpp.
Referenced by nsSBCSGroupProber::nsSBCSGroupProber().
Definition at line 321 of file LangCyrillicModel.cpp.
Referenced by nsSBCSGroupProber::nsSBCSGroupProber().
Definition at line 228 of file LangGreekModel.cpp.
Referenced by nsSBCSGroupProber::nsSBCSGroupProber().
Definition at line 330 of file LangCyrillicModel.cpp.
Referenced by nsSBCSGroupProber::nsSBCSGroupProber().
Definition at line 235 of file LangHungarianModel.cpp.
Definition at line 238 of file LangBulgarianModel.cpp.
Referenced by nsSBCSGroupProber::nsSBCSGroupProber().
Definition at line 312 of file LangCyrillicModel.cpp.
Referenced by nsSBCSGroupProber::nsSBCSGroupProber().
Definition at line 237 of file LangGreekModel.cpp.
Referenced by nsSBCSGroupProber::nsSBCSGroupProber().
Definition at line 211 of file LangHebrewModel.cpp.
Referenced by nsSBCSGroupProber::nsSBCSGroupProber().
1.6.2-20100208