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

  /external/libcxx/test/std/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 16 // flag_type f = regex_constants::ECMAScript);
51 test(F(s1.begin()), F(s1.end()), std::regex_constants::ECMAScript, 0);
52 test(F(s2.begin()), F(s2.end()), std::regex_constants::ECMAScript, 0);
53 test(F(s3.begin()), F(s3.end()), std::regex_constants::ECMAScript, 0);
54 test(F(s4.begin()), F(s4.end()), std::regex_constants::ECMAScript, 2);
string_flg.pass.cpp 16 // flag_type f = regex_constants::ECMAScript);
43 test(std::string("\\(a\\)"), 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, 0);
46 test(std::string("(a([bc]))"), std::regex_constants::ECMAScript, 2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 16 // flag_type f = regex_constants::ECMAScript);
51 test(F(s1.begin()), F(s1.end()), std::regex_constants::ECMAScript, 0);
52 test(F(s2.begin()), F(s2.end()), std::regex_constants::ECMAScript, 0);
53 test(F(s3.begin()), F(s3.end()), std::regex_constants::ECMAScript, 0);
54 test(F(s4.begin()), F(s4.end()), std::regex_constants::ECMAScript, 2);
string_flg.pass.cpp 16 // flag_type f = regex_constants::ECMAScript);
43 test(std::string("\\(a\\)"), 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, 0);
46 test(std::string("(a([bc]))"), std::regex_constants::ECMAScript, 2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_constants.h 77 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
111 * that used by ECMAScript in ECMA-262 [Ecma International, ECMAScript
117 constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript;
256 * new string is constructed using the rules used by the ECMAScript replace
257 * function in ECMA- 262 [Ecma International, ECMAScript Language
regex.h 354 static constexpr flag_type ECMAScript = regex_constants::ECMAScript;
368 : _M_flags(ECMAScript),
385 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript)
441 flag_type __f = ECMAScript)
462 flag_type __f = ECMAScript)
476 flag_type __f = ECMAScript)
565 assign(const _Ch_type* __p, flag_type __flags = ECMAScript)
599 flag_type __flags = ECMAScript)
622 flag_type __flags = ECMAScript)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_constants.h 77 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
111 * that used by ECMAScript in ECMA-262 [Ecma International, ECMAScript
117 constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript;
256 * new string is constructed using the rules used by the ECMAScript replace
257 * function in ECMA- 262 [Ecma International, ECMAScript Language
regex.h 354 static constexpr flag_type ECMAScript = regex_constants::ECMAScript;
368 : _M_flags(ECMAScript),
385 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript)
441 flag_type __f = ECMAScript)
462 flag_type __f = ECMAScript)
476 flag_type __f = ECMAScript)
565 assign(const _Ch_type* __p, flag_type __flags = ECMAScript)
599 flag_type __flags = ECMAScript)
622 flag_type __flags = ECMAScript)
    [all...]

Completed in 605 milliseconds