Home | History | Annotate | Download | only in re.regex.construct

Lines Matching refs:s3

37     std::string s3("\\(a\\([bc]\\)\\)");
42 test(F(s3.begin()), F(s3.end()), std::regex_constants::basic, 2);
47 test(F(s3.begin()), F(s3.end()), std::regex_constants::extended, 0);
52 test(F(s3.begin()), F(s3.end()), std::regex_constants::ECMAScript, 0);
57 test(F(s3.begin()), F(s3.end()), std::regex_constants::awk, 0);
62 test(F(s3.begin()), F(s3.end()), std::regex_constants::grep, 2);
67 test(F(s3.begin()), F(s3.end()), std::regex_constants::egrep, 0);