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

/external/icu4c/i18n/
H A Drepattrn.cpp29 // RegexPattern Default Constructor
32 RegexPattern::RegexPattern() { function in class:RegexPattern
47 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) { function in class:RegexPattern
59 RegexPattern &RegexPattern::operator = (const RegexPattern &other) {
138 // Bring an uninitialized RegexPattern u
[all...]
/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.
62 class RegexPattern;
81 RegexPatternDump(const RegexPattern *pat);
90 * Class <code>RegexPattern</code> represents a compiled regular expression. It includes
91 * factory methods for creating a RegexPattern object from the source (string) form
96 * <p>Class RegexPattern is not intended to be subclassed.</p>
100 class U_I18N_API RegexPattern: public UObject { class in inherits:UObject
104 * default constructor. Create a RegexPattern objec
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1372 #define RegexPattern RegexPattern_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1372 #define RegexPattern RegexPattern_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1372 #define RegexPattern RegexPattern_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1372 #define RegexPattern RegexPattern_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2114 #define RegexPattern U_ICU_ENTRY_POINT_RENAME(RegexPattern) macro

Completed in 119 milliseconds