Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CRegExp, including all inherited members.
AreUnicodePropertiesSupported(void) | CRegExp | static |
asciiOnly enum value | CRegExp | |
autoUtf8 enum value | CRegExp | |
CRegExp(bool caseless=false, utf8Mode utf8=asciiOnly) | CRegExp | |
CRegExp(bool caseless, utf8Mode utf8, const char *re, studyMode study=NoStudy) | CRegExp | |
CRegExp(const CRegExp &re) | CRegExp | |
DumpOvector(int iLog) | CRegExp | |
forceUtf8 enum value | CRegExp | |
GetCaptureTotal() const | CRegExp | |
GetFindLen() const | CRegExp | inline |
GetMatch(int iSub=0) const | CRegExp | |
GetPattern() const | CRegExp | inline |
GetReplaceString(const std::string &sReplaceExp) const | CRegExp | |
GetSubCount() const | CRegExp | inline |
GetSubLength(int iSub) const | CRegExp | |
GetSubStart(int iSub) const | CRegExp | |
IsCompiled(void) const | CRegExp | inline |
IsJitSupported(void) | CRegExp | static |
IsUtf8Supported(void) | CRegExp | static |
LogCheckUtf8Support(void) | CRegExp | static |
m_MaxNumOfBackrefrences | CRegExp | static |
NoStudy enum value | CRegExp | |
operator=(const CRegExp &re) | CRegExp | |
RegComp(const char *re, studyMode study=NoStudy) | CRegExp | |
RegComp(const std::string &re, studyMode study=NoStudy) | CRegExp | inline |
RegFind(const char *str, unsigned int startoffset=0, int maxNumberOfCharsToTest=-1) | CRegExp | |
RegFind(const std::string &str, unsigned int startoffset=0, int maxNumberOfCharsToTest=-1) | CRegExp | inline |
studyMode enum name | CRegExp | |
StudyRegExp enum value | CRegExp | |
StudyWithJitComp enum value | CRegExp | |
utf8Mode enum name | CRegExp | |
~CRegExp() | CRegExp |