Searched refs:icase (Results 1 – 13 of 13) sorted by relevance
/external/libcxx/test/std/re/re.const/re.synopt/ |
D | syntax_option_type.pass.cpp | 38 assert(std::regex_constants::icase != 0); in main() 49 assert((std::regex_constants::icase & std::regex_constants::nosubs) == 0); in main() 50 assert((std::regex_constants::icase & std::regex_constants::optimize) == 0); in main() 51 assert((std::regex_constants::icase & std::regex_constants::collate) == 0); in main() 52 assert((std::regex_constants::icase & std::regex_constants::ECMAScript) == 0); in main() 53 assert((std::regex_constants::icase & std::regex_constants::basic) == 0); in main() 54 assert((std::regex_constants::icase & std::regex_constants::extended) == 0); in main() 55 assert((std::regex_constants::icase & std::regex_constants::awk) == 0); in main() 56 assert((std::regex_constants::icase & std::regex_constants::grep) == 0); in main() 57 assert((std::regex_constants::icase & std::regex_constants::egrep) == 0); in main() [all …]
|
/external/clang/test/CodeGen/ |
D | 2009-05-22-callingconv.c | 8 int icase, const re_dfa_t *dfa) 11 re_string_construct (pstr, str, len, trans, icase, dfa) in re_string_construct() argument 14 int len, icase;
|
/external/libcxx/test/std/re/re.regex/re.regex.const/ |
D | constants.pass.cpp | 40 static_assert((BR::icase == std::regex_constants::icase), ""); in test() 50 where(BR::icase); in test()
|
/external/iptables/extensions/ |
D | libxt_string.man | 20 \fB\-\-icase\fP
|
/external/libcxx/test/std/re/re.traits/ |
D | lookup_classname.pass.cpp | 28 bool icase = false) in test() argument 32 assert(t.lookup_classname(F(A), F(A + t.length(A)), icase) == expected); in test()
|
/external/libcxx/test/std/re/re.alg/re.alg.match/ |
D | basic.pass.cpp | 425 std::regex_constants::basic | std::regex_constants::icase))); in main() 645 std::regex_constants::basic | std::regex_constants::icase))); in main() 1093 std::regex_constants::basic | std::regex_constants::icase))); in main() 1313 std::regex_constants::basic | std::regex_constants::icase))); in main()
|
D | extended.pass.cpp | 643 std::regex_constants::extended | std::regex_constants::icase))); in main() 1309 std::regex_constants::extended | std::regex_constants::icase))); in main()
|
D | ecma.pass.cpp | 627 std::regex_constants::icase))); in main() 1313 std::regex_constants::icase))); in main()
|
/external/libcxx/include/ |
D | regex | 27 icase = unspecified, 117 bool icase = false) const; 136 static constexpr regex_constants::syntax_option_type icase = regex_constants::icase; 783 icase = 1 << 0, 2505 static const regex_constants::syntax_option_type icase = regex_constants::icase; 2922 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::icase; 4011 __traits_.lookup_classname(__first, __temp, __flags_ & icase); 4629 if (flags() & icase) 4718 if (flags() & icase) 4750 __negate, __flags_ & icase,
|
/external/libcxx/test/std/re/re.alg/re.alg.search/ |
D | basic.pass.cpp | 488 std::regex_constants::basic | std::regex_constants::icase))); in main() 717 std::regex_constants::basic | std::regex_constants::icase))); in main() 1246 std::regex_constants::basic | std::regex_constants::icase))); in main() 1475 std::regex_constants::basic | std::regex_constants::icase))); in main()
|
D | extended.pass.cpp | 715 std::regex_constants::extended | std::regex_constants::icase))); in main() 1471 std::regex_constants::extended | std::regex_constants::icase))); in main()
|
D | ecma.pass.cpp | 696 std::regex_constants::icase))); in main() 1475 std::regex_constants::icase))); in main()
|
D | awk.pass.cpp | 715 std::regex_constants::awk | std::regex_constants::icase))); in main() 1486 std::regex_constants::awk | std::regex_constants::icase))); in main()
|