Home | History | Annotate | Download | only in cctest

Lines Matching refs:Match

396   const int kMaxCaptures = 1 << 16;  // Must match RegExpParser::kMaxCaptures.
1044 m.CheckNotBackReferenceIgnoreCase(2, &fail); // Match "AbC".
1045 m.CheckNotBackReferenceIgnoreCase(2, &fail); // Match "ABC".
1320 CHECK(IrregexpInterpreter::Match(array, f1_16, captures, 0));
1331 CHECK(!IrregexpInterpreter::Match(array, f2_16, captures, 0));