Searched refs:RegexPattern (Results 1 - 14 of 14) 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...]
H A Dregexcmp.h37 class RegexPattern;
54 RegexCompile(RegexPattern *rp, UErrorCode &e);
122 RegexPattern *fRXPat;
167 // holds the start index within RegexPattern.
H A Duregex.cpp36 RegexPattern *fPat;
154 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status);
156 re->fPat = RegexPattern::compile(&patText, flags, *status);
237 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status);
239 re->fPat = RegexPattern::compile(&patText, flags, *status);
H A Drematch.cpp77 RegexMatcher::RegexMatcher(const RegexPattern *pat) {
100 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
119 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
136 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
151 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
1655 const RegexPattern &RegexMatcher::pattern() const {
H A Dregexcmp.cpp51 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) :
136 // There should be no pattern stuff in the RegexPattern object. They can not be reused.
139 // Prepare the RegexPattern object to receive the compiled pattern.
/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/icu4c/tools/genrb/
H A Dprscmnts.cpp85 RegexPattern *pattern = RegexPattern::compile("@", 0, *status);
120 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status);
144 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status);
183 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status);
/external/icu4c/test/intltest/
H A Dregextst.cpp364 RegexPattern *REPattern = NULL;
369 REPattern = RegexPattern::compile(patString, 0, pe, status);
371 dataerrln("RegexTest failure in RegexPattern::compile() at line %d. Status = %s",
427 RegexPattern *REPattern = NULL;
432 REPattern = RegexPattern::compile(&pattern, 0, pe, status);
434 dataerrln("RegexTest failure in RegexPattern::compile() at line %d (UTF8). Status = %s\n",
517 RegexPattern *callerPattern = NULL;
523 callerPattern = RegexPattern::compile(patString, 0, pe, status);
542 callerPattern = RegexPattern::compile(&patternText, 0, pe, status);
578 RegexPattern
[all...]
/external/icu4c/samples/ugrep/
H A Dugrep.cpp97 // Create a RegexPattern object from the user supplied pattern string.
106 RegexPattern *rePat = RegexPattern::compile(pattern, parseErr, status);
/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 142 milliseconds