Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc146 FixedArray* capture_name_map, int capture_count, in ParseReplacementPattern()
314 Handle<String> replacement, int capture_count, in Compile()
610 int capture_count = regexp->CaptureCount(); in StringReplaceGlobalRegExpWithString() local
723 int capture_count = regexp->CaptureCount(); in StringReplaceGlobalRegExpWithEmptyString() local
1103 const int capture_count = capture_map->length() >> 1; in ConstructNamedCaptureGroupsObject() local
1133 int capture_count = regexp->CaptureCount(); in SearchRegExpMultiple() local
/external/v8/src/regexp/
Dregexp-ast.h507 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround()
525 int capture_count() { return capture_count_; } in capture_count() function
Dregexp-parser.cc730 int capture_count = captures_started(); in ScanForCaptures() local
1698 int capture_count = parser.captures_started(); in ParseRegExp() local
Djsregexp.cc407 JSRegExp::Flags flags, int capture_count) { in IrregexpInitialize()
553 int capture_count = in IrregexpExec() local
568 Handle<String> subject, int capture_count, int32_t* match) { in SetLastMatchInfo()
1032 RegExpCompiler::RegExpCompiler(Isolate* isolate, Zone* zone, int capture_count, in RegExpCompiler()
1054 int capture_count, Handle<String> pattern) { in Assemble()
Djsregexp.h1508 int capture_count; member
/external/v8/src/heap/
Dfactory.cc3830 JSRegExp::Flags flags, int capture_count) { in SetRegExpIrregexpData()
/external/pcre/dist2/src/
Dpcre2test.c4334 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, in show_pattern_info() local
/external/v8/src/
Dobjects.cc10639 Isolate* isolate, Handle<RegExpMatchInfo> match_info, int capture_count) { in ReserveCaptures()