tesseract
5.0.0-alpha-619-ge9db
|
Functions | |
bool | IsInterchangeValid (char32 c) |
int | SpanInterchangeValid (const char *begin, int byte_length) |
int | SpanInterchangeValid (const std::string &src) |
bool | IsInterchangeValid (const char *src, int byte_length) |
bool | IsInterchangeValid (const std::string &src) |
bool | IsValidCodepoint (char32 c) |
bool | IsUTF8ValidCodepoint (StringPiece str) |
int | OneCharLen (const char *src) |
bool | IsTrailByte (char x) |
Copyright 2010 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
bool UniLib::IsInterchangeValid | ( | char32 | c | ) |
|
inline |
|
inline |
|
inline |
Definition at line 58 of file unilib_utf8_utils.h.
|
inline |
Definition at line 40 of file unilib_utf8_utils.h.
|
inline |
Definition at line 31 of file unilib_utf8_utils.h.
|
inline |
Definition at line 53 of file unilib_utf8_utils.h.
int UniLib::SpanInterchangeValid | ( | const char * | begin, |
int | byte_length | ||
) |
|
inline |