HomeSort by relevance Sort by last modified time
    Searched refs:ECMAScript (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/libcxx/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap/
swap.pass.cpp 25 assert(r1.flags() == std::regex::ECMAScript);
27 assert(r2.flags() == std::regex::ECMAScript);
  /external/libcxx/test/re/re.regex/re.regex.swap/
swap.pass.cpp 24 assert(r1.flags() == std::regex::ECMAScript);
26 assert(r2.flags() == std::regex::ECMAScript);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap/
swap.pass.cpp 25 assert(r1.flags() == std::regex::ECMAScript);
27 assert(r2.flags() == std::regex::ECMAScript);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.swap/
swap.pass.cpp 24 assert(r1.flags() == std::regex::ECMAScript);
26 assert(r2.flags() == std::regex::ECMAScript);
  /external/libcxx/test/re/re.regex/re.regex.assign/
copy.pass.cpp 24 assert(r2.flags() == std::regex::ECMAScript);
il.pass.cpp 24 assert(r2.flags() == std::regex::ECMAScript);
ptr.pass.cpp 23 assert(r2.flags() == std::regex::ECMAScript);
string.pass.cpp 24 assert(r2.flags() == std::regex::ECMAScript);
assign.il.pass.cpp 16 // flag_type f = regex_constants::ECMAScript);
26 assert(r2.flags() == std::regex::ECMAScript);
assign.pass.cpp 24 assert(r2.flags() == std::regex::ECMAScript);
assign_ptr_flag.pass.cpp 14 // basic_regex& assign(const charT* ptr, flag_type f = regex_constants::ECMAScript);
23 assert(r2.flags() == std::regex::ECMAScript);
  /external/libcxx/test/re/re.regex/re.regex.construct/
copy.pass.cpp 23 assert(r2.flags() == std::regex::ECMAScript);
ptr.pass.cpp 24 assert(r.flags() == std::regex_constants::ECMAScript);
ptr_flg.pass.cpp 14 // basic_regex(const charT* p, flag_type f = regex_constants::ECMAScript);
40 test("\\(a\\)", std::regex_constants::ECMAScript, 0);
41 test("\\(a[bc]\\)", std::regex_constants::ECMAScript, 0);
42 test("\\(a\\([bc]\\)\\)", std::regex_constants::ECMAScript, 0);
43 test("(a([bc]))", std::regex_constants::ECMAScript, 2);
ptr_size_flg.pass.cpp 41 test("\\(a\\)", 5, std::regex_constants::ECMAScript, 0);
42 test("\\(a[bc]\\)", 9, std::regex_constants::ECMAScript, 0);
43 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::ECMAScript, 0);
44 test("(a([bc]))", 9, std::regex_constants::ECMAScript, 2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/
copy.pass.cpp 24 assert(r2.flags() == std::regex::ECMAScript);
il.pass.cpp 24 assert(r2.flags() == std::regex::ECMAScript);
ptr.pass.cpp 23 assert(r2.flags() == std::regex::ECMAScript);
string.pass.cpp 24 assert(r2.flags() == std::regex::ECMAScript);
assign.il.pass.cpp 16 // flag_type f = regex_constants::ECMAScript);
26 assert(r2.flags() == std::regex::ECMAScript);
assign.pass.cpp 24 assert(r2.flags() == std::regex::ECMAScript);
assign_ptr_flag.pass.cpp 14 // basic_regex& assign(const charT* ptr, flag_type f = regex_constants::ECMAScript);
23 assert(r2.flags() == std::regex::ECMAScript);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
copy.pass.cpp 23 assert(r2.flags() == std::regex::ECMAScript);
ptr.pass.cpp 24 assert(r.flags() == std::regex_constants::ECMAScript);
ptr_flg.pass.cpp 14 // basic_regex(const charT* p, flag_type f = regex_constants::ECMAScript);
40 test("\\(a\\)", std::regex_constants::ECMAScript, 0);
41 test("\\(a[bc]\\)", std::regex_constants::ECMAScript, 0);
42 test("\\(a\\([bc]\\)\\)", std::regex_constants::ECMAScript, 0);
43 test("(a([bc]))", std::regex_constants::ECMAScript, 2);

Completed in 101 milliseconds

1 2 3 4