| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| regex_compiler.h | 65 typedef regex_constants::syntax_option_type _FlagT; 228 else if (!(_M_flags & (regex_constants::basic | regex_constants::grep))) 281 if (_M_flags & (regex_constants::basic | regex_constants::grep)) 346 if (!(_M_flags & regex_constants::ECMAScript) 377 if (!(_M_flags & (regex_constants::basic | regex_constants::grep))) 387 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)) [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| regex_compiler.h | 65 typedef regex_constants::syntax_option_type _FlagT; 228 else if (!(_M_flags & (regex_constants::basic | regex_constants::grep))) 281 if (_M_flags & (regex_constants::basic | regex_constants::grep)) 346 if (!(_M_flags & regex_constants::ECMAScript) 377 if (!(_M_flags & (regex_constants::basic | regex_constants::grep))) 387 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)) [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| regex_compiler.h | 65 typedef regex_constants::syntax_option_type _FlagT; 228 else if (!(_M_flags & (regex_constants::basic | regex_constants::grep))) 281 if (_M_flags & (regex_constants::basic | regex_constants::grep)) 346 if (!(_M_flags & regex_constants::ECMAScript) 377 if (!(_M_flags & (regex_constants::basic | regex_constants::grep))) 387 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)) [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| regex_compiler.h | 65 typedef regex_constants::syntax_option_type _FlagT; 228 else if (!(_M_flags & (regex_constants::basic | regex_constants::grep))) 281 if (_M_flags & (regex_constants::basic | regex_constants::grep)) 346 if (!(_M_flags & regex_constants::ECMAScript) 377 if (!(_M_flags & (regex_constants::basic | regex_constants::grep))) 387 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)) [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
| regex_compiler.h | 71 typedef regex_constants::syntax_option_type _FlagT; 232 else if (!(_M_flags & (regex_constants::basic | regex_constants::grep))) 285 if (_M_flags & (regex_constants::basic | regex_constants::grep)) 350 if (!(_M_flags & regex_constants::ECMAScript) 381 if (!(_M_flags & (regex_constants::basic | regex_constants::grep))) 391 if (!(_M_flags & (regex_constants::basic | regex_constants::grep)) [all...] |
| /external/libcxx/test/re/re.alg/re.alg.match/ |
| egrep.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::match_default); 30 std::regex_constants::egrep))); 46 std::regex_constants::egrep))); 53 std::regex_constants::egrep))); 69 std::regex_constants::egrep)));
|
| /external/libcxx/test/re/re.results/re.results.form/ |
| form2.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::format_default) const; 50 fmt, std::regex_constants::format_sed).base(); 62 fmt, std::regex_constants::format_sed).base(); 86 fmt, std::regex_constants::format_sed).base(); 98 fmt, std::regex_constants::format_sed).base();
|
| form3.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::format_default) const; 45 nstr out = m.format(fmt, std::regex_constants::format_sed); 54 nstr out = m.format(fmt, std::regex_constants::format_sed); 73 wstr out = m.format(fmt, std::regex_constants::format_sed); 82 wstr out = m.format(fmt, std::regex_constants::format_sed);
|
| form1.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::format_default) const; 47 std::regex_constants::format_sed).base(); 60 std::regex_constants::format_sed).base(); 86 std::regex_constants::format_sed).base(); 99 std::regex_constants::format_sed).base();
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/ |
| egrep.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::match_default); 30 std::regex_constants::egrep))); 46 std::regex_constants::egrep))); 53 std::regex_constants::egrep))); 69 std::regex_constants::egrep)));
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/ |
| form2.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::format_default) const; 50 fmt, std::regex_constants::format_sed).base(); 62 fmt, std::regex_constants::format_sed).base(); 86 fmt, std::regex_constants::format_sed).base(); 98 fmt, std::regex_constants::format_sed).base();
|
| form3.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::format_default) const; 45 nstr out = m.format(fmt, std::regex_constants::format_sed); 54 nstr out = m.format(fmt, std::regex_constants::format_sed); 73 wstr out = m.format(fmt, std::regex_constants::format_sed); 82 wstr out = m.format(fmt, std::regex_constants::format_sed);
|
| form1.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::format_default) const; 47 std::regex_constants::format_sed).base(); 60 std::regex_constants::format_sed).base(); 86 std::regex_constants::format_sed).base(); 99 std::regex_constants::format_sed).base();
|
| /external/libcxx/test/re/re.alg/re.alg.search/ |
| grep.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::match_default); 30 std::regex_constants::grep))); 46 std::regex_constants::grep)));
|
| awk.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::match_default); 29 assert(std::regex_search(s, m, std::regex("a", std::regex_constants::awk))); 45 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::awk))); 60 assert(!std::regex_search(s, m, std::regex("ba", std::regex_constants::awk))); 67 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::awk))); 82 assert(!std::regex_search(s, m, std::regex("ab", std::regex_constants::awk), 83 std::regex_constants::match_continuous)); 89 assert(std::regex_search(s, m, std::regex("bc", std::regex_constants::awk))); 104 assert(std::regex_search(s, m, std::regex("ab*c", std::regex_constants::awk))) [all...] |
| basic.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::match_default); 35 assert(std::regex_search(s, m, std::regex("a", std::regex_constants::basic))); 51 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic))); 66 assert(!std::regex_search(s, m, std::regex("ba", std::regex_constants::basic))); 73 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic))); 88 assert(!std::regex_search(s, m, std::regex("ab", std::regex_constants::basic), 89 std::regex_constants::match_continuous)); 95 assert(std::regex_search(s, m, std::regex("bc", std::regex_constants::basic))); 110 assert(std::regex_search(s, m, std::regex("ab*c", std::regex_constants::basic))) [all...] |
| extended.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::match_default); 29 assert(std::regex_search(s, m, std::regex("a", std::regex_constants::extended))); 45 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::extended))); 60 assert(!std::regex_search(s, m, std::regex("ba", std::regex_constants::extended))); 67 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::extended))); 82 assert(!std::regex_search(s, m, std::regex("ab", std::regex_constants::extended), 83 std::regex_constants::match_continuous)); 89 assert(std::regex_search(s, m, std::regex("bc", std::regex_constants::extended))); 104 assert(std::regex_search(s, m, std::regex("ab*c", std::regex_constants::extended))) [all...] |
| egrep.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::match_default); 30 std::regex_constants::egrep))); 46 std::regex_constants::egrep))); 62 std::regex_constants::egrep))); 78 std::regex_constants::egrep)));
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/ |
| grep.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::match_default); 30 std::regex_constants::grep))); 46 std::regex_constants::grep)));
|
| awk.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::match_default); 29 assert(std::regex_search(s, m, std::regex("a", std::regex_constants::awk))); 45 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::awk))); 60 assert(!std::regex_search(s, m, std::regex("ba", std::regex_constants::awk))); 67 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::awk))); 82 assert(!std::regex_search(s, m, std::regex("ab", std::regex_constants::awk), 83 std::regex_constants::match_continuous)); 89 assert(std::regex_search(s, m, std::regex("bc", std::regex_constants::awk))); 104 assert(std::regex_search(s, m, std::regex("ab*c", std::regex_constants::awk))) [all...] |
| basic.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::match_default); 35 assert(std::regex_search(s, m, std::regex("a", std::regex_constants::basic))); 51 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic))); 66 assert(!std::regex_search(s, m, std::regex("ba", std::regex_constants::basic))); 73 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic))); 88 assert(!std::regex_search(s, m, std::regex("ab", std::regex_constants::basic), 89 std::regex_constants::match_continuous)); 95 assert(std::regex_search(s, m, std::regex("bc", std::regex_constants::basic))); 110 assert(std::regex_search(s, m, std::regex("ab*c", std::regex_constants::basic))) [all...] |
| extended.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::match_default); 29 assert(std::regex_search(s, m, std::regex("a", std::regex_constants::extended))); 45 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::extended))); 60 assert(!std::regex_search(s, m, std::regex("ba", std::regex_constants::extended))); 67 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::extended))); 82 assert(!std::regex_search(s, m, std::regex("ab", std::regex_constants::extended), 83 std::regex_constants::match_continuous)); 89 assert(std::regex_search(s, m, std::regex("bc", std::regex_constants::extended))); 104 assert(std::regex_search(s, m, std::regex("ab*c", std::regex_constants::extended))) [all...] |
| egrep.pass.cpp | 17 // regex_constants::match_flag_type flags = regex_constants::match_default); 30 std::regex_constants::egrep))); 46 std::regex_constants::egrep))); 62 std::regex_constants::egrep))); 78 std::regex_constants::egrep)));
|
| /external/libcxx/test/re/re.regex/re.regex.construct/ |
| iter_iter.pass.cpp | 27 assert(r.flags() == std::regex_constants::ECMAScript);
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ |
| iter_iter.pass.cpp | 27 assert(r.flags() == std::regex_constants::ECMAScript);
|