Home
last modified time | relevance | path

Searched refs:icase (Results 1 – 13 of 13) sorted by relevance

/external/libcxx/test/std/re/re.const/re.synopt/
Dsyntax_option_type.pass.cpp38 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/
D2009-05-22-callingconv.c8 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/
Dconstants.pass.cpp40 static_assert((BR::icase == std::regex_constants::icase), ""); in test()
50 where(BR::icase); in test()
/external/iptables/extensions/
Dlibxt_string.man20 \fB\-\-icase\fP
/external/libcxx/test/std/re/re.traits/
Dlookup_classname.pass.cpp28 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/
Dbasic.pass.cpp425 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()
Decma.pass.cpp627 std::regex_constants::icase))); in main()
1313 std::regex_constants::icase))); in main()
Dextended.pass.cpp643 std::regex_constants::extended | std::regex_constants::icase))); in main()
1309 std::regex_constants::extended | std::regex_constants::icase))); in main()
/external/libcxx/include/
Dregex27 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/
Dbasic.pass.cpp488 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()
Dawk.pass.cpp715 std::regex_constants::awk | std::regex_constants::icase))); in main()
1486 std::regex_constants::awk | std::regex_constants::icase))); in main()
Dextended.pass.cpp715 std::regex_constants::extended | std::regex_constants::icase))); in main()
1471 std::regex_constants::extended | std::regex_constants::icase))); in main()
Decma.pass.cpp696 std::regex_constants::icase))); in main()
1475 std::regex_constants::icase))); in main()