#include "nsHebrewProber.h"
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | FINAL_KAF ('\xea') |
#define | NORMAL_KAF ('\xeb') |
#define | FINAL_MEM ('\xed') |
#define | NORMAL_MEM ('\xee') |
#define | FINAL_NUN ('\xef') |
#define | NORMAL_NUN ('\xf0') |
#define | FINAL_PE ('\xf3') |
#define | NORMAL_PE ('\xf4') |
#define | FINAL_TSADI ('\xf5') |
#define | NORMAL_TSADI ('\xf6') |
#define | MIN_FINAL_CHAR_DISTANCE (5) |
#define | MIN_MODEL_DISTANCE (0.01) |
#define | VISUAL_HEBREW_NAME ("ISO-8859-8") |
#define | LOGICAL_HEBREW_NAME ("windows-1255") |
#define FINAL_KAF ('\xea') |
Definition at line 42 of file nsHebrewProber.cpp.
Referenced by nsHebrewProber::isFinal().
#define FINAL_MEM ('\xed') |
Definition at line 44 of file nsHebrewProber.cpp.
Referenced by nsHebrewProber::isFinal().
#define FINAL_NUN ('\xef') |
Definition at line 46 of file nsHebrewProber.cpp.
Referenced by nsHebrewProber::isFinal().
#define FINAL_PE ('\xf3') |
Definition at line 48 of file nsHebrewProber.cpp.
Referenced by nsHebrewProber::isFinal().
#define FINAL_TSADI ('\xf5') |
Definition at line 50 of file nsHebrewProber.cpp.
Referenced by nsHebrewProber::isFinal().
#define LOGICAL_HEBREW_NAME ("windows-1255") |
Definition at line 62 of file nsHebrewProber.cpp.
Referenced by nsHebrewProber::GetCharSetName().
#define MIN_FINAL_CHAR_DISTANCE (5) |
Definition at line 55 of file nsHebrewProber.cpp.
Referenced by nsHebrewProber::GetCharSetName().
#define MIN_MODEL_DISTANCE (0.01) |
Definition at line 59 of file nsHebrewProber.cpp.
Referenced by nsHebrewProber::GetCharSetName().
#define NORMAL_KAF ('\xeb') |
Definition at line 43 of file nsHebrewProber.cpp.
Referenced by nsHebrewProber::isNonFinal().
#define NORMAL_MEM ('\xee') |
Definition at line 45 of file nsHebrewProber.cpp.
Referenced by nsHebrewProber::isNonFinal().
#define NORMAL_NUN ('\xf0') |
Definition at line 47 of file nsHebrewProber.cpp.
Referenced by nsHebrewProber::isNonFinal().
#define NORMAL_PE ('\xf4') |
Definition at line 49 of file nsHebrewProber.cpp.
Referenced by nsHebrewProber::isNonFinal().
#define NORMAL_TSADI ('\xf6') |
Definition at line 51 of file nsHebrewProber.cpp.
#define VISUAL_HEBREW_NAME ("ISO-8859-8") |
Definition at line 61 of file nsHebrewProber.cpp.
Referenced by nsHebrewProber::GetCharSetName().