Searched defs:RegexPattern (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/i18n/
H A Drepattrn.cpp28 // RegexPattern Default Constructor
31 RegexPattern::RegexPattern() { function in class:RegexPattern
48 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) { function in class:RegexPattern
60 RegexPattern &RegexPattern::operator = (const RegexPattern &other) {
127 // Bring an uninitialized RegexPattern u
[all...]
/external/webkit/JavaScriptCore/yarr/
H A DRegexPattern.h235 // friendly neighborhood RegexPattern instance to get nicely
245 struct RegexPattern { struct in namespace:JSC::Yarr
246 RegexPattern(bool ignoreCase, bool multiline) function in struct:JSC::Yarr::RegexPattern
261 ~RegexPattern()
/external/icu4c/i18n/unicode/
H A Dregex.h28 * <code>RegexPattern</code> and <code>RegexMatcher</code>.
29 * <code>RegexPattern</code> objects represent a pre-processed, or compiled
41 * need for <code>RegexPattern</code> objects can usually be eliminated.
61 class RegexPattern;
79 RegexPatternDump(const RegexPattern *pat);
87 * Class <code>RegexPattern</code> represents a compiled regular expression. It includes
88 * factory methods for creating a RegexPattern object from the source (string) form
93 * <p>Class RegexPattern is not intended to be subclassed.</p>
97 class U_I18N_API RegexPattern: public UObject { class in inherits:UObject
101 * default constructor. Create a RegexPattern objec
[all...]
/external/webkit/JavaScriptCore/icu/unicode/
H A Durename.h1372 #define RegexPattern RegexPattern_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h1372 #define RegexPattern RegexPattern_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Durename.h1372 #define RegexPattern RegexPattern_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h1372 #define RegexPattern RegexPattern_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1794 #define RegexPattern RegexPattern_4_2 macro

Completed in 133 milliseconds