Home | History | Annotate | Download | only in testing

Lines Matching refs:sp2

1032     StringPiece sp1, sp2, sp3;
1033 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3));
1041 StringPiece sp1, sp2, sp3;
1042 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3));
1099 StringPiece sp1, sp2, sp3;
1101 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3));
1108 StringPiece sp1, sp2, sp3;
1110 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3));
1249 StringPiece sp1, sp2;
1250 CHECK(PCRE::PartialMatch(text, re, &sp1, &sp2));
1259 StringPiece sp1, sp2;
1260 CHECK(RE2::PartialMatch(text, re, &sp1, &sp2));