My Project
|
This is the complete list of members for ParaEngine::StringHelper, including all inherited members.
AnsiToUTF8(const char *name) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
AnsiToWideChar(const char *name) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
base64(const std::string &source) | ParaEngine::StringHelper | static |
checkValidXMLChars(const std::string &data) | ParaEngine::StringHelper | static |
CopyTextToClipboard(const string &text) | ParaEngine::StringHelper | static |
DevideString(const string &input, string &str1, string &str2, char separator=';') | ParaEngine::StringHelper | static |
EncodingConvert(const std::string &srcEncoding, const std::string &dstEncoding, const std::string &bytes) | ParaEngine::StringHelper | static |
fast_dtoa(double num, char *str, int nBuffSize=40, int max_decimal=5, int radix=10) | ParaEngine::StringHelper | static |
fast_itoa(int64 value, char *result, int buf_size, int base=10) | ParaEngine::StringHelper | static |
fast_snprintf(char *s, int nMaxCount, const char *fmt,...) | ParaEngine::StringHelper | static |
fast_sprintf(char *s, const char *fmt,...) | ParaEngine::StringHelper | static |
GetImageAndRect(const std::string &str, std::string &imagefile, RECT *pOut=NULL) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
GetIndexOfLastNotChar16(const std::vector< char16_t > &str, char16_t c) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
GetTextFromClipboard() | ParaEngine::StringHelper | static |
GetUnicodeCharNum(const char *str) | ParaEngine::StringHelper | static |
IsCJKUnicode(char16_t ch) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
IsLetter(const char *str) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
IsNumber(const char *str) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
IsUnicodeSpace(char16_t ch) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
make_lower(string &str) | ParaEngine::StringHelper | static |
make_upper(string &str) | ParaEngine::StringHelper | static |
MatchWildcard(const std::string &str, const std::string &sWildcardPattern) | ParaEngine::StringHelper | static |
md5(const std::string &source, bool bBinary=false) | ParaEngine::StringHelper | static |
MultiByteToWideChar(const char *name, unsigned int nCodePage=0, size_t *outLen=nullptr) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
RegularMatch(const char *input, const char *expression) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
removeInValidXMLChars(std::string &data) | ParaEngine::StringHelper | static |
sha1(const std::string &source, bool bBinary=false) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
SimpleDecode(const string &source) | ParaEngine::StringHelper | static |
SimpleEncode(const string &source) | ParaEngine::StringHelper | static |
split(const std::string &src, const std::string &token, std::vector< std::string > &vect) | ParaEngine::StringHelper | static |
StrEndsWith(const string &str, const string &sequence) | ParaEngine::StringHelper | static |
StrReplace(const char *inputstring, char srcchar, char destchar) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
StrToFloat(const char *str) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
StrToInt(const char *str) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
ToCString(const char *input) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
TrimUTF16Vector(std::vector< char16_t > &str) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
TrimUTF16VectorFromIndex(std::vector< char16_t > &str, int index) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
unbase64(const std::string &source) | ParaEngine::StringHelper | static |
UniSubString(const char *str, int nFrom, int nTo) | ParaEngine::StringHelper | static |
UTF16ToUTF8(const std::u16string &utf16, std::string &outUtf8) | ParaEngine::StringHelper | static |
UTF8ToAnsi(const char *name) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
UTF8ToUTF16(const std::string &utf8, std::u16string &outUtf16) | ParaEngine::StringHelper | static |
UTF8ToUTF16_Safe(const std::string &utf8, std::u16string &outUtf16) | ParaEngine::StringHelper | static |
WideCharToAnsi(const WCHAR *name) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
WideCharToMultiByte(const WCHAR *name, unsigned int nCodePage=0, size_t *outLen=nullptr) (defined in ParaEngine::StringHelper) | ParaEngine::StringHelper | static |
WideCharToMultiByte(const WCHAR *name, char *szText, int nLength, unsigned int nCodePage=0) | ParaEngine::StringHelper | static |