/external/icu4c/i18n/ |
D | repattrn.cpp | 32 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 …]
|
D | regexcmp.h | 37 class RegexPattern; variable 54 RegexCompile(RegexPattern *rp, UErrorCode &e); 122 RegexPattern *fRXPat;
|
D | uregex.cpp | 36 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()
|
D | rematch.cpp | 70 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/ |
D | repattrn.cpp | 31 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 …]
|
D | regexcmp.h | 37 class RegexPattern; variable 54 RegexCompile(RegexPattern *rp, UErrorCode &e); 121 RegexPattern *fRXPat;
|
D | uregex.cpp | 30 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()
|
D | rematch.cpp | 52 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/ |
D | regex.h | 61 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/ |
D | regex.h | 62 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/ |
D | regextst.cpp | 180 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/ |
D | regextst.cpp | 125 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/ |
D | prscmnts.cpp | 85 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/ |
D | prscmnts.cpp | 85 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/ |
D | RegexPattern.h | 245 struct RegexPattern { struct 246 RegexPattern(bool ignoreCase, bool multiline) in RegexPattern() argument 261 ~RegexPattern() in ~RegexPattern() argument
|
D | RegexCompiler.h | 39 const char* compileRegex(const UString& patternString, RegexPattern& pattern);
|
D | RegexCompiler.cpp | 337 RegexPatternConstructor(RegexPattern& pattern) in RegexPatternConstructor() 689 RegexPattern& m_pattern; 696 const char* compileRegex(const UString& patternString, RegexPattern& pattern) in compileRegex()
|
D | RegexInterpreter.h | 297 …ePattern(ByteDisjunction* body, Vector<ByteDisjunction*> allParenthesesInfo, RegexPattern& pattern) in BytecodePattern()
|
D | RegexJIT.cpp | 1338 RegexGenerator(RegexPattern& pattern) in RegexGenerator() 1376 RegexPattern& m_pattern; 1383 RegexPattern pattern(ignoreCase, multiline); in jitCompileRegex()
|
D | RegexInterpreter.cpp | 1266 ByteCompiler(RegexPattern& pattern) in ByteCompiler() 1601 RegexPattern& m_pattern; 1611 RegexPattern pattern(ignoreCase, multiline); in byteCompileRegex()
|
/external/icu4c/samples/ugrep/ |
D | ugrep.cpp | 106 RegexPattern *rePat = RegexPattern::compile(pattern, parseErr, status); in main()
|
/external/webkit/JavaScriptCore/ |
D | JavaScriptCore.gypi | 457 'yarr/RegexPattern.h',
|
D | GNUmakefile.am | 346 JavaScriptCore/yarr/RegexPattern.h
|
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 243 …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/ |
D | urename.h | 1372 #define RegexPattern RegexPattern_3_2 macro
|