tesseract
3.03
|
#include <memory.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | UNICHAR |
class | UNICHAR::const_iterator |
Defines | |
#define | UNICHAR_LEN 30 |
Typedefs | |
typedef int | UNICHAR_ID |
Enumerations | |
enum | StrongScriptDirection { DIR_NEUTRAL = 0, DIR_LEFT_TO_RIGHT = 1, DIR_RIGHT_TO_LEFT = 2, DIR_MIX = 3 } |
#define UNICHAR_LEN 30 |
typedef int UNICHAR_ID |
Definition at line 38 of file unichar.h.
{ DIR_NEUTRAL = 0, // Text contains only neutral characters. DIR_LEFT_TO_RIGHT = 1, // Text contains no Right-to-Left characters. DIR_RIGHT_TO_LEFT = 2, // Text contains no Left-to-Right characters. DIR_MIX = 3, // Text contains a mixture of left-to-right // and right-to-left characters. };