Tesseract
3.02
|
#include <unicharset.h>
Public Member Functions | |
void | set_all (const char *unichar, int pos, int total, bool natural) |
void | set_unichar (const char *uch) |
void | set_pos (int p) |
void | set_total (int t) |
const char * | get_unichar () const |
int | get_pos () const |
int | get_total () const |
STRING | to_string () const |
bool | equals (const char *other_unichar, int other_pos, int other_total) const |
bool | equals (const CHAR_FRAGMENT *other) const |
bool | is_continuation_of (const CHAR_FRAGMENT *fragment) const |
bool | is_beginning () const |
bool | is_ending () const |
bool | is_natural () const |
void | set_natural (bool value) |
Static Public Member Functions | |
static STRING | to_string (const char *unichar, int pos, int total, bool natural) |
static CHAR_FRAGMENT * | parse_from_string (const char *str) |
Static Public Attributes | |
static const int | kMinLen = 6 |
static const int | kMaxLen = 3 + UNICHAR_LEN + 2 |
static const int | kMaxChunks = 5 |
Definition at line 30 of file unicharset.h.
|
inline |
Definition at line 67 of file unicharset.h.
|
inline |
Definition at line 72 of file unicharset.h.
|
inline |
Definition at line 53 of file unicharset.h.
|
inline |
Definition at line 54 of file unicharset.h.
|
inline |
Definition at line 52 of file unicharset.h.
|
inline |
Definition at line 87 of file unicharset.h.
|
inline |
Definition at line 80 of file unicharset.h.
|
inline |
Definition at line 90 of file unicharset.h.
|
inline |
Definition at line 95 of file unicharset.h.
|
static |
Definition at line 902 of file unicharset.cpp.
|
inline |
Definition at line 40 of file unicharset.h.
|
inline |
Definition at line 96 of file unicharset.h.
|
inline |
Definition at line 50 of file unicharset.h.
|
inline |
Definition at line 51 of file unicharset.h.
|
inline |
Definition at line 46 of file unicharset.h.
|
static |
Definition at line 889 of file unicharset.cpp.
|
inline |
Definition at line 61 of file unicharset.h.
|
static |
Definition at line 37 of file unicharset.h.
|
static |
Definition at line 35 of file unicharset.h.
|
static |
Definition at line 33 of file unicharset.h.