HomeSort by relevance Sort by last modified time
    Searched defs:ECMAScript (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 16 // flag_type f = regex_constants::ECMAScript);
50 test(F(s1.begin()), F(s1.end()), std::regex_constants::ECMAScript, 0);
51 test(F(s2.begin()), F(s2.end()), std::regex_constants::ECMAScript, 0);
52 test(F(s3.begin()), F(s3.end()), std::regex_constants::ECMAScript, 0);
53 test(F(s4.begin()), F(s4.end()), std::regex_constants::ECMAScript, 2);
string_flg.pass.cpp 16 // flag_type f = regex_constants::ECMAScript);
42 test(std::string("\\(a\\)"), std::regex_constants::ECMAScript, 0);
43 test(std::string("\\(a[bc]\\)"), std::regex_constants::ECMAScript, 0);
44 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::ECMAScript, 0);
45 test(std::string("(a([bc]))"), std::regex_constants::ECMAScript, 2);

Completed in 220 milliseconds