Searched refs:kMaxCaptures (Results 1 – 3 of 3) sorted by relevance
301 static const int kMaxCaptures = 1 << 16; variable
4131 if (captures_started() >= kMaxCaptures) { in ParseDisjunction()4405 if (value > kMaxCaptures) { in ParseBackReferenceIndex()
435 const int kMaxCaptures = 1 << 16; // Must match RegExpParser::kMaxCaptures. in TEST() local439 for (int i = 0; i <= kMaxCaptures; i++) { in TEST()