tesseract 4.1.1
|
#include <unicharmap.h>
Public Member Functions | |
UNICHARMAP () | |
~UNICHARMAP () | |
void | insert (const char *const unichar_repr, UNICHAR_ID id) |
UNICHAR_ID | unichar_to_id (const char *const unichar_repr, int length) const |
bool | contains (const char *const unichar_repr, int length) const |
int | minmatch (const char *const unichar_repr) const |
void | clear () |
Definition at line 27 of file unicharmap.h.
UNICHARMAP::UNICHARMAP | ( | ) |
Definition at line 23 of file unicharmap.cpp.
UNICHARMAP::~UNICHARMAP | ( | ) |
Definition at line 27 of file unicharmap.cpp.
void UNICHARMAP::clear | ( | ) |
Definition at line 115 of file unicharmap.cpp.
bool UNICHARMAP::contains | ( | const char *const | unichar_repr, |
int | length | ||
) | const |
Definition at line 79 of file unicharmap.cpp.
void UNICHARMAP::insert | ( | const char *const | unichar_repr, |
UNICHAR_ID | id | ||
) |
Definition at line 56 of file unicharmap.cpp.
int UNICHARMAP::minmatch | ( | const char *const | unichar_repr | ) | const |
Definition at line 100 of file unicharmap.cpp.
UNICHAR_ID UNICHARMAP::unichar_to_id | ( | const char *const | unichar_repr, |
int | length | ||
) | const |
Definition at line 34 of file unicharmap.cpp.