Searched refs:kMaxCaptures (Results 1 – 3 of 3) sorted by relevance
189 static const int kMaxCaptures = 1 << 16; variable
273 if (captures_started_ >= kMaxCaptures) { in ParseDisjunction()588 if (value > kMaxCaptures) { in ParseBackReferenceIndex()
484 const int kMaxCaptures = 1 << 16; // Must match RegExpParser::kMaxCaptures. in TEST() local487 for (int i = 0; i <= kMaxCaptures; i++) { in TEST()