#include "nsLatin1Prober.h"#include "prmem.h"#include <stdio.h>
Go to the source code of this file.
Defines | |
| #define | UDF 0 |
| #define | OTH 1 |
| #define | ASC 2 |
| #define | ASS 3 |
| #define | ACV 4 |
| #define | ACO 5 |
| #define | ASV 6 |
| #define | ASO 7 |
| #define | CLASS_NUM 8 |
Variables | |
| static unsigned char | Latin1_CharToClass [] |
| static unsigned char | Latin1ClassModel [] |
| #define ACO 5 |
Definition at line 48 of file nsLatin1Prober.cpp.
| #define ACV 4 |
Definition at line 47 of file nsLatin1Prober.cpp.
| #define ASC 2 |
Definition at line 45 of file nsLatin1Prober.cpp.
| #define ASO 7 |
Definition at line 50 of file nsLatin1Prober.cpp.
| #define ASS 3 |
Definition at line 46 of file nsLatin1Prober.cpp.
| #define ASV 6 |
Definition at line 49 of file nsLatin1Prober.cpp.
| #define CLASS_NUM 8 |
Definition at line 51 of file nsLatin1Prober.cpp.
Referenced by nsLatin1Prober::HandleData().
| #define OTH 1 |
Definition at line 44 of file nsLatin1Prober.cpp.
Referenced by nsLatin1Prober::Reset().
| #define UDF 0 |
Definition at line 43 of file nsLatin1Prober.cpp.
unsigned char Latin1_CharToClass[] [static] |
Definition at line 53 of file nsLatin1Prober.cpp.
Referenced by nsLatin1Prober::HandleData().
unsigned char Latin1ClassModel[] [static] |
{
0, 0, 0, 0, 0, 0, 0, 0,
0, 3, 3, 3, 3, 3, 3, 3,
0, 3, 3, 3, 3, 3, 3, 3,
0, 3, 3, 3, 1, 1, 3, 3,
0, 3, 3, 3, 1, 2, 1, 2,
0, 3, 3, 3, 3, 3, 3, 3,
0, 3, 1, 3, 1, 1, 1, 3,
0, 3, 1, 3, 1, 1, 3, 3,
}
Definition at line 95 of file nsLatin1Prober.cpp.
Referenced by nsLatin1Prober::HandleData().
1.6.2-20100208