Open Chinese Convert
1.0.3
A project for conversion between Traditional and Simplified Chinese
|
FindNextInline(const char *str, const char ch) | opencc::UTF8Util | [inline, static] |
FromSubstr(const char *str, size_t length) | opencc::UTF8Util | [inline, static] |
GetByteMap(const char *str, const size_t utf8Length, vector< size_t > *byteMap) (defined in opencc::UTF8Util) | opencc::UTF8Util | [inline, static] |
IsLineEndingOrFileEnding(const char ch) | opencc::UTF8Util | [inline, static] |
Join(const vector< string > &strings, const string &separator) | opencc::UTF8Util | [inline, static] |
Join(const vector< string > &strings) | opencc::UTF8Util | [inline, static] |
Length(const char *str) | opencc::UTF8Util | [inline, static] |
NextChar(const char *str) | opencc::UTF8Util | [inline, static] |
NextCharLength(const char *str) | opencc::UTF8Util | [inline, static] |
NextCharLengthNoException(const char *str) | opencc::UTF8Util | [inline, static] |
NotShorterThan(const char *str, size_t byteLength) | opencc::UTF8Util | [inline, static] |
PrevChar(const char *str) | opencc::UTF8Util | [inline, static] |
PrevCharLength(const char *str) | opencc::UTF8Util | [inline, static] |
ReplaceAll(string &str, const char *from, const char *to) | opencc::UTF8Util | [inline, static] |
SkipUtf8Bom(FILE *fp) | opencc::UTF8Util | [static] |
TruncateUTF8(const char *str, size_t maxByteLength) | opencc::UTF8Util | [inline, static] |