Searched defs:capture_count (Results 1 – 8 of 8) sorted by relevance
| /external/v8/src/runtime/ |
| D | runtime-regexp.cc | 95 Vector<Char> characters, int capture_count, in ParseReplacementPattern() 207 bool CompiledReplacement::Compile(Handle<String> replacement, int capture_count, in Compile() 486 int capture_count = regexp->CaptureCount(); in StringReplaceGlobalRegExpWithString() local 590 int capture_count = regexp->CaptureCount(); in StringReplaceGlobalRegExpWithEmptyString() local 937 int capture_count = regexp->CaptureCount(); in SearchRegExpMultiple() local
|
| /external/v8/src/regexp/ |
| D | regexp-ast.h | 448 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround() 466 int capture_count() { return capture_count_; } in capture_count() function
|
| D | regexp-parser.cc | 644 int capture_count = captures_started(); in ScanForCaptures() local 1497 int capture_count = parser.captures_started(); in ParseRegExp() local
|
| D | jsregexp.cc | 442 int capture_count) { in IrregexpInitialize() 595 int capture_count = in IrregexpExec() local 610 int capture_count, int32_t* match) { in SetLastMatchInfo() 1080 RegExpCompiler::RegExpCompiler(Isolate* isolate, Zone* zone, int capture_count, in RegExpCompiler() 1105 int capture_count, in Assemble()
|
| D | jsregexp.h | 1486 int capture_count; member
|
| /external/v8/src/ |
| D | factory.cc | 2537 int capture_count) { in SetRegExpIrregexpData()
|
| D | objects.cc | 10344 Handle<RegExpMatchInfo> match_info, int capture_count) { in ReserveCaptures()
|
| /external/pcre/dist2/src/ |
| D | pcre2test.c | 3865 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, in show_pattern_info() local
|