#include <unichar.h>
◆ UNICHAR() [1/3]
tesseract::UNICHAR::UNICHAR |
( |
| ) |
|
|
inline |
◆ UNICHAR() [2/3]
tesseract::UNICHAR::UNICHAR |
( |
const char * |
utf8_str, |
|
|
int |
len |
|
) |
| |
◆ UNICHAR() [3/3]
tesseract::UNICHAR::UNICHAR |
( |
int |
unicode | ) |
|
|
explicit |
◆ begin()
◆ end()
◆ first_uni()
int tesseract::UNICHAR::first_uni |
( |
| ) |
const |
◆ UTF32ToUTF8()
std::string tesseract::UNICHAR::UTF32ToUTF8 |
( |
const std::vector< char32 > & |
str32 | ) |
|
|
static |
◆ utf8()
const char* tesseract::UNICHAR::utf8 |
( |
| ) |
const |
|
inline |
◆ utf8_len()
int tesseract::UNICHAR::utf8_len |
( |
| ) |
const |
|
inline |
◆ utf8_step()
int tesseract::UNICHAR::utf8_step |
( |
const char * |
utf8_str | ) |
|
|
static |
◆ utf8_str()
char * tesseract::UNICHAR::utf8_str |
( |
| ) |
const |
◆ UTF8ToUTF32()
std::vector< char32 > tesseract::UNICHAR::UTF8ToUTF32 |
( |
const char * |
utf8_str | ) |
|
|
static |
◆ chars
char tesseract::UNICHAR::chars[30] |
|
private |
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/ccutil/unichar.h
- /home/stephane/src/tesseract/src/ccutil/unichar.cpp