Lines Matching full:regex
569 const char *regex,
578 regex,
583 RE(regex,options).FullMatch(str, &captured);
585 RE(regex,options).PartialMatch(str, &captured);
591 const char *regex,
602 regex);
605 CHECK(RE(regex,options).FullMatch(str));
607 CHECK(RE(regex,options).PartialMatch(str));
610 CHECK(!RE(regex,options).FullMatch(str));
612 CHECK(!RE(regex,options).PartialMatch(str));