Searched defs:capture_count (Results 1 – 7 of 7) sorted by relevance
20 static uint64_t capture_count; variable
422 int capture_count) { in IrregexpInitialize()861 RegExpCompiler::RegExpCompiler(int capture_count, bool ignore_case, bool ascii) in RegExpCompiler()877 int capture_count, in Assemble()
1384 int capture_count) { in SetRegExpIrregexpData()
2476 int capture_count, in RegExpLookahead()2494 int capture_count() { return capture_count_; } in capture_count() function
1437 int capture_count; member
5468 int capture_count = captures_started(); in ScanForCaptures() local5969 int capture_count = parser.captures_started(); in ParseRegExp() local
2603 int capture_count, in ParseReplacementPattern()2713 int capture_count, in Compile()2984 int capture_count = regexp_handle->CaptureCount(); in StringReplaceRegExpWithString() local3865 int capture_count = regexp->CaptureCount(); in SearchRegExpMultiple() local