Searched refs:icase (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.synopt/ |
D | syntax_option_type.pass.cpp | 37 assert(std::regex_constants::icase != 0); in main() 48 assert((std::regex_constants::icase & std::regex_constants::nosubs) == 0); in main() 49 assert((std::regex_constants::icase & std::regex_constants::optimize) == 0); in main() 50 assert((std::regex_constants::icase & std::regex_constants::collate) == 0); in main() 51 assert((std::regex_constants::icase & std::regex_constants::ECMAScript) == 0); in main() 52 assert((std::regex_constants::icase & std::regex_constants::basic) == 0); in main() 53 assert((std::regex_constants::icase & std::regex_constants::extended) == 0); in main() 54 assert((std::regex_constants::icase & std::regex_constants::awk) == 0); in main() 55 assert((std::regex_constants::icase & std::regex_constants::grep) == 0); in main() 56 assert((std::regex_constants::icase & std::regex_constants::egrep) == 0); in main() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/ |
D | constants.pass.cpp | 39 static_assert((BR::icase == std::regex_constants::icase), ""); in test() 49 where(BR::icase); in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
D | lookup_classname.pass.cpp | 25 test(const char_type* A, std::ctype_base::mask expected, bool icase = false) in test() argument 29 assert(t.lookup_classname(F(A), F(A + t.length(A)), icase) == expected); in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/ |
D | basic.pass.cpp | 418 std::regex_constants::basic | std::regex_constants::icase))); in main() 644 std::regex_constants::basic | std::regex_constants::icase))); in main() 1093 std::regex_constants::basic | std::regex_constants::icase))); in main() 1319 std::regex_constants::basic | std::regex_constants::icase))); in main()
|
D | ecma.pass.cpp | 605 std::regex_constants::icase))); in main() 1277 std::regex_constants::icase))); in main()
|
D | extended.pass.cpp | 642 std::regex_constants::extended | std::regex_constants::icase))); in main() 1315 std::regex_constants::extended | std::regex_constants::icase))); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/ |
D | basic.pass.cpp | 481 std::regex_constants::basic | std::regex_constants::icase))); in main() 716 std::regex_constants::basic | std::regex_constants::icase))); in main() 1246 std::regex_constants::basic | std::regex_constants::icase))); in main() 1481 std::regex_constants::basic | std::regex_constants::icase))); in main()
|
D | ecma.pass.cpp | 695 std::regex_constants::icase))); in main() 1481 std::regex_constants::icase))); in main()
|
D | extended.pass.cpp | 714 std::regex_constants::extended | std::regex_constants::icase))); in main() 1477 std::regex_constants::extended | std::regex_constants::icase))); in main()
|
D | awk.pass.cpp | 714 std::regex_constants::awk | std::regex_constants::icase))); in main() 1492 std::regex_constants::awk | std::regex_constants::icase))); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | regex | 27 icase = unspecified, 117 bool icase = false) const; 134 static constexpr regex_constants::syntax_option_type icase = regex_constants::icase; 781 icase = 1 << 0, 2478 static const regex_constants::syntax_option_type icase = regex_constants::icase; 2897 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::icase; 4044 __traits_.lookup_classname(__first, __temp, __flags_ & icase); 4693 if (flags() & icase) 4782 if (flags() & icase) 4814 __negate, __flags_ & icase,
|