| Compile(const String &cExpression, bool bNoCase=false, bool bExtended=false) | os::RegExp | |
| ERR_BADBACKREF enum value | os::RegExp | |
| ERR_BADBRACE enum value | os::RegExp | |
| ERR_BADBRACK enum value | os::RegExp | |
| ERR_BADCHARCLASS enum value | os::RegExp | |
| ERR_BADESCAPE enum value | os::RegExp | |
| ERR_BADPARENTHESIS enum value | os::RegExp | |
| ERR_BADPATTERN enum value | os::RegExp | |
| ERR_BADRANGE enum value | os::RegExp | |
| ERR_BADREPEAT enum value | os::RegExp | |
| ERR_BADSUBREG enum value | os::RegExp | |
| ERR_GENERIC enum value | os::RegExp | |
| ERR_NOMEM enum value | os::RegExp | |
| ERR_TOLARGE enum value | os::RegExp | |
| Expand(const String &cPattern) const | os::RegExp | |
| GetEnd() const | os::RegExp | |
| GetStart() const | os::RegExp | |
| GetSubExprCount() const | os::RegExp | |
| GetSubString(uint nIndex) const | os::RegExp | |
| GetSubString(uint nIndex, int *pnStart, int *pnEnd) const | os::RegExp | |
| GetSubStrList() const | os::RegExp | |
| IsValid() const | os::RegExp | |
| Match(const String &cString) | os::RegExp | |
| Match(const String &cString, int nStart, int nLen=-1) | os::RegExp | |
| RegExp() | os::RegExp | |
| RegExp(const String &cExpression, bool bNoCase=false, bool bExtended=false) | os::RegExp | |
| Search(const String &cString) | os::RegExp | |
| Search(const String &cString, int nStart, int nLen=-1) | os::RegExp | |
| ~RegExp() | os::RegExp | |