Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CRegExp Member List

This is the complete list of members for CRegExp, including all inherited members.

AreUnicodePropertiesSupported(void)CRegExpstatic
asciiOnly enum valueCRegExp
autoUtf8 enum valueCRegExp
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 valueCRegExp
GetCaptureTotal() constCRegExp
GetFindLen() constCRegExpinline
GetMatch(int iSub=0) constCRegExp
GetMatch(const std::string &subName) constCRegExp
GetNamedSubPattern(const char *strName, std::string &strMatch) constCRegExp
GetNamedSubPatternNumber(const char *strName) constCRegExp
GetPattern() constCRegExpinline
GetReplaceString(const std::string &sReplaceExp) constCRegExp
GetSubCount() constCRegExpinline
GetSubLength(int iSub) constCRegExp
GetSubLength(const std::string &subName) constCRegExp
GetSubStart(int iSub) constCRegExp
GetSubStart(const std::string &subName) constCRegExp
IsCompiled(void) constCRegExpinline
IsJitSupported(void)CRegExpstatic
IsUtf8Supported(void)CRegExpstatic
LogCheckUtf8Support(void)CRegExpstatic
m_MaxNumOfBackrefrencesCRegExpstatic
NoStudy enum valueCRegExp
operator=(const CRegExp &re)CRegExp
RegComp(const char *re, studyMode study=NoStudy)CRegExp
RegComp(const std::string &re, studyMode study=NoStudy)CRegExpinline
RegFind(const char *str, unsigned int startoffset=0, int maxNumberOfCharsToTest=-1)CRegExp
RegFind(const std::string &str, unsigned int startoffset=0, int maxNumberOfCharsToTest=-1)CRegExpinline
studyMode enum nameCRegExp
StudyRegExp enum valueCRegExp
StudyWithJitComp enum valueCRegExp
utf8Mode enum nameCRegExp
~CRegExp()CRegExp