Home
last modified time | relevance | path

Searched refs:RegexPattern (Results 1 – 25 of 34) sorted by relevance

12

/external/icu4c/i18n/
Drepattrn.cpp32 RegexPattern::RegexPattern() { in RegexPattern() function in RegexPattern
47 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) { in RegexPattern() function in RegexPattern
59 RegexPattern &RegexPattern::operator = (const RegexPattern &other) { in operator =()
141 void RegexPattern::init() { in init()
189 void RegexPattern::zap() { in zap()
226 RegexPattern::~RegexPattern() { in ~RegexPattern()
236 RegexPattern *RegexPattern::clone() const { in clone()
237 RegexPattern *copy = new RegexPattern(*this); in clone()
250 UBool RegexPattern::operator ==(const RegexPattern &other) const { in operator ==()
272 RegexPattern * U_EXPORT2
[all …]
Dregexcmp.h37 class RegexPattern; variable
54 RegexCompile(RegexPattern *rp, UErrorCode &e);
122 RegexPattern *fRXPat;
Duregex.cpp36 RegexPattern *fPat;
154 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_open()
156 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_open()
237 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_openUText()
239 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_openUText()
Drematch.cpp70 RegexMatcher::RegexMatcher(const RegexPattern *pat) { in RegexMatcher()
93 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
112 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
129 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
144 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
1571 const RegexPattern &RegexMatcher::pattern() const { in pattern()
/external/chromium/third_party/icu/source/i18n/
Drepattrn.cpp31 RegexPattern::RegexPattern() { in RegexPattern() function in RegexPattern
48 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) { in RegexPattern() function in RegexPattern
60 RegexPattern &RegexPattern::operator = (const RegexPattern &other) { in operator =()
130 void RegexPattern::init() { in init()
176 void RegexPattern::zap() { in zap()
205 RegexPattern::~RegexPattern() { in ~RegexPattern()
215 RegexPattern *RegexPattern::clone() const { in clone()
216 RegexPattern *copy = new RegexPattern(*this); in clone()
227 UBool RegexPattern::operator ==(const RegexPattern &other) const { in operator ==()
239 RegexPattern * U_EXPORT2
[all …]
Dregexcmp.h37 class RegexPattern; variable
54 RegexCompile(RegexPattern *rp, UErrorCode &e);
121 RegexPattern *fRXPat;
Duregex.cpp30 RegexPattern *fPat;
139 re->fPat = RegexPattern::compile(patString, flags, *pe, *status); in uregex_open()
141 re->fPat = RegexPattern::compile(patString, flags, *status); in uregex_open()
Drematch.cpp52 RegexMatcher::RegexMatcher(const RegexPattern *pat) { in RegexMatcher()
75 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
88 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status); in RegexMatcher()
763 const RegexPattern &RegexMatcher::pattern() const { in pattern()
/external/chromium/third_party/icu/public/i18n/unicode/
Dregex.h61 class RegexPattern; variable
79 RegexPatternDump(const RegexPattern *pat);
97 class U_I18N_API RegexPattern: public UObject {
107 RegexPattern();
115 RegexPattern(const RegexPattern &source);
122 virtual ~RegexPattern();
132 UBool operator==(const RegexPattern& that) const;
142 inline UBool operator!=(const RegexPattern& that) const {return ! operator ==(that);};
149 RegexPattern &operator =(const RegexPattern &source);
158 virtual RegexPattern *clone() const;
[all …]
/external/icu4c/i18n/unicode/
Dregex.h62 class RegexPattern; variable
81 RegexPatternDump(const RegexPattern *pat);
100 class U_I18N_API RegexPattern: public UObject {
110 RegexPattern();
118 RegexPattern(const RegexPattern &source);
125 virtual ~RegexPattern();
135 UBool operator==(const RegexPattern& that) const;
145 inline UBool operator!=(const RegexPattern& that) const {return ! operator ==(that);};
152 RegexPattern &operator =(const RegexPattern &source);
161 virtual RegexPattern *clone() const;
[all …]
/external/icu4c/test/intltest/
Dregextst.cpp180 RegexPattern *REPattern = NULL; in doRegexLMTest()
185 REPattern = RegexPattern::compile(patString, 0, pe, status); in doRegexLMTest()
243 RegexPattern *REPattern = NULL; in doRegexLMTestUTF8()
248 REPattern = RegexPattern::compile(&pattern, 0, pe, status); in doRegexLMTestUTF8()
271 REMatcher = REPattern->matcher(&inputText, RegexPattern::PATTERN_IS_UTEXT, status); in doRegexLMTestUTF8()
333 RegexPattern *callerPattern = NULL; in regex_err()
339 callerPattern = RegexPattern::compile(patString, 0, pe, status); in regex_err()
358 callerPattern = RegexPattern::compile(&patternText, 0, pe, status); in regex_err()
394 RegexPattern::compile("^(?:a?b?)*$", 0, pe, status); in Basic()
581 RegexPattern *pat2; in API_Match()
[all …]
/external/chromium/third_party/icu/source/test/intltest/
Dregextst.cpp125 RegexPattern *REPattern = NULL; in doRegexLMTest()
130 REPattern = RegexPattern::compile(patString, 0, pe, status); in doRegexLMTest()
201 RegexPattern *callerPattern = NULL; in regex_err()
207 callerPattern = RegexPattern::compile(patString, 0, pe, status); in regex_err()
242 RegexPattern::compile("^(?:a?b?)*$", 0, pe, status); in Basic()
402 RegexPattern *pat2; in API_Match()
403 pat2 = RegexPattern::compile(re, flags, pe, status); in API_Match()
530 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); in API_Match()
589 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); in API_Match()
643 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); in API_Match()
[all …]
/external/chromium/third_party/icu/source/tools/genrb/
Dprscmnts.cpp85 RegexPattern *pattern = RegexPattern::compile("@", 0, *status); in getText()
120 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status); in getDescription()
144 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status); in getCount()
183 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status); in getAt()
/external/icu4c/tools/genrb/
Dprscmnts.cpp85 RegexPattern *pattern = RegexPattern::compile("@", 0, *status); in getText()
120 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status); in getDescription()
144 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status); in getCount()
183 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status); in getAt()
/external/webkit/JavaScriptCore/yarr/
DRegexPattern.h245 struct RegexPattern { struct
246 RegexPattern(bool ignoreCase, bool multiline) in RegexPattern() function
261 ~RegexPattern() in ~RegexPattern() argument
DRegexCompiler.h39 const char* compileRegex(const UString& patternString, RegexPattern& pattern);
DRegexCompiler.cpp337 RegexPatternConstructor(RegexPattern& pattern) in RegexPatternConstructor()
689 RegexPattern& m_pattern;
696 const char* compileRegex(const UString& patternString, RegexPattern& pattern) in compileRegex()
DRegexInterpreter.h297 …ePattern(ByteDisjunction* body, Vector<ByteDisjunction*> allParenthesesInfo, RegexPattern& pattern) in BytecodePattern()
DRegexJIT.cpp1338 RegexGenerator(RegexPattern& pattern) in RegexGenerator()
1376 RegexPattern& m_pattern;
1383 RegexPattern pattern(ignoreCase, multiline); in jitCompileRegex()
DRegexInterpreter.cpp1266 ByteCompiler(RegexPattern& pattern) in ByteCompiler()
1601 RegexPattern& m_pattern;
1611 RegexPattern pattern(ignoreCase, multiline); in byteCompileRegex()
/external/icu4c/samples/ugrep/
Dugrep.cpp106 RegexPattern *rePat = RegexPattern::compile(pattern, parseErr, status); in main()
/external/webkit/JavaScriptCore/
DJavaScriptCore.gypi457 'yarr/RegexPattern.h',
DGNUmakefile.am346 JavaScriptCore/yarr/RegexPattern.h
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj243 …AC49C0F93E8D1008EC948 /* RegexPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 86EAC4940F9…
779 …/* RegexPattern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
1677 86EAC4940F93E8D1008EC948 /* RegexPattern.h */,
1998 86EAC49C0F93E8D1008EC948 /* RegexPattern.h in Headers */,
/external/webkit/WebKit/mac/icu/unicode/
Durename.h1372 #define RegexPattern RegexPattern_3_2 macro

12