Home
last modified time | relevance | path

Searched defs:capture_count (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc95 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/
Dregexp-ast.h448 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround()
466 int capture_count() { return capture_count_; } in capture_count() function
Dregexp-parser.cc644 int capture_count = captures_started(); in ScanForCaptures() local
1497 int capture_count = parser.captures_started(); in ParseRegExp() local
Djsregexp.cc442 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()
Djsregexp.h1486 int capture_count; member
/external/v8/src/
Dfactory.cc2537 int capture_count) { in SetRegExpIrregexpData()
Dobjects.cc10344 Handle<RegExpMatchInfo> match_info, int capture_count) { in ReserveCaptures()
/external/pcre/dist2/src/
Dpcre2test.c3865 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, in show_pattern_info() local