tesseract
5.0.0-alpha-619-ge9db
|
Go to the documentation of this file.
249 return *rune !=
Runeerror || *consumed == 3;
273 str[0] =
T2 | (c >> 1*
Bitx);
292 str[0] =
T3 | (c >> 2*
Bitx);
302 str[0] =
T4 | (c >> 3*
Bitx);
344 int c = *(
uchar*)str;
int charntorune(Rune *rune, const char *str, int length)
int runenlen(const Rune *r, int nrune)
int chartorune(Rune *rune, const char *str)
int fullrune(const char *str, int n)
int isvalidcharntorune(const char *str, int length, Rune *rune, int *consumed)
int runetochar(char *str, const Rune *rune)