Home | History | Annotate | Download | only in testing

Lines Matching refs:Regexp

6 #include "re2/regexp.h"
11 const char* regexp;
19 // If the regexp is missing a ^, there's no required prefix.
24 // If the regexp immediately goes into
43 Regexp::ParseFlags flags = Regexp::LikePerl;
45 flags = flags | Regexp::Latin1;
46 Regexp* re = Regexp::Parse(t.regexp, flags, NULL);
47 CHECK(re) << " " << t.regexp;
50 Regexp* s = NULL;
52 << " " << t.regexp << " " << (j==0 ? "latin1" : "utf") << " " << re->Dump();
55 << " " << t.regexp << " " << (j==0 ? "latin1" : "utf");
57 << " " << t.regexp << " " << (j==0 ? "latin1" : "utf");
59 << " " << t.regexp << " " << (j==0 ? "latin1" : "utf");