Open Chinese Convert
1.0.4
A project for conversion between Traditional and Simplified Chinese
|
This is the complete list of members for opencc::UTF8Util, including all inherited members.
FindNextInline(const char *str, const char ch) | opencc::UTF8Util | inlinestatic |
FromSubstr(const char *str, size_t length) | opencc::UTF8Util | inlinestatic |
GetByteMap(const char *str, const size_t utf8Length, vector< size_t > *byteMap) (defined in opencc::UTF8Util) | opencc::UTF8Util | inlinestatic |
GetPlatformString(const std::string &str) (defined in opencc::UTF8Util) | opencc::UTF8Util | inlinestatic |
IsLineEndingOrFileEnding(const char ch) | opencc::UTF8Util | inlinestatic |
Join(const vector< string > &strings, const string &separator) | opencc::UTF8Util | inlinestatic |
Join(const vector< string > &strings) | opencc::UTF8Util | inlinestatic |
Length(const char *str) | opencc::UTF8Util | inlinestatic |
NextChar(const char *str) | opencc::UTF8Util | inlinestatic |
NextCharLength(const char *str) | opencc::UTF8Util | inlinestatic |
NextCharLengthNoException(const char *str) | opencc::UTF8Util | inlinestatic |
NotShorterThan(const char *str, size_t byteLength) | opencc::UTF8Util | inlinestatic |
PrevChar(const char *str) | opencc::UTF8Util | inlinestatic |
PrevCharLength(const char *str) | opencc::UTF8Util | inlinestatic |
ReplaceAll(string &str, const char *from, const char *to) | opencc::UTF8Util | inlinestatic |
SkipUtf8Bom(FILE *fp) | opencc::UTF8Util | static |
TruncateUTF8(const char *str, size_t maxByteLength) | opencc::UTF8Util | inlinestatic |