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