Home | History | Annotate | Download | only in pcre

Lines Matching refs:regex

565                 const char *regex,
574 regex,
579 RE(regex,options).FullMatch(str, &captured);
581 RE(regex,options).PartialMatch(str, &captured);
587 const char *regex,
598 regex);
601 CHECK(RE(regex,options).FullMatch(str));
603 CHECK(RE(regex,options).PartialMatch(str));
606 CHECK(!RE(regex,options).FullMatch(str));
608 CHECK(!RE(regex,options).PartialMatch(str));