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.cpp37 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 …]
/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.cpp39 static_assert((BR::icase == std::regex_constants::icase), ""); in test()
49 where(BR::icase); in test()
/external/libcxx/test/std/re/re.traits/
Dlookup_classname.pass.cpp27 bool icase = false) in test() argument
31 assert(t.lookup_classname(F(A), F(A + t.length(A)), icase) == expected); in test()
/external/iptables/tests/
Doptions-most.rules12 …et --transparent -m string --string "foobar" --algo kmp --from 1 --to 2 --icase -m time --timestar…
39 -A INPUT -p tcp -m string --string "foobar" --algo kmp --from 1 --to 2 --icase
40 -A INPUT -p tcp -m string --hex-string "|00|" --algo kmp --from 1 --to 2 --icase
/external/libcxx/test/std/re/re.alg/re.alg.match/
Dbasic.pass.cpp424 std::regex_constants::basic | std::regex_constants::icase))); in main()
644 std::regex_constants::basic | std::regex_constants::icase))); in main()
1092 std::regex_constants::basic | std::regex_constants::icase))); in main()
1312 std::regex_constants::basic | std::regex_constants::icase))); in main()
Decma.pass.cpp605 std::regex_constants::icase))); in main()
1270 std::regex_constants::icase))); in main()
Dextended.pass.cpp642 std::regex_constants::extended | std::regex_constants::icase))); in main()
1308 std::regex_constants::extended | std::regex_constants::icase))); in main()
/external/libcxx/test/std/re/re.alg/re.alg.search/
Dbasic.pass.cpp487 std::regex_constants::basic | std::regex_constants::icase))); in main()
716 std::regex_constants::basic | std::regex_constants::icase))); in main()
1245 std::regex_constants::basic | std::regex_constants::icase))); in main()
1474 std::regex_constants::basic | std::regex_constants::icase))); in main()
Dawk.pass.cpp714 std::regex_constants::awk | std::regex_constants::icase))); in main()
1485 std::regex_constants::awk | std::regex_constants::icase))); in main()
Dextended.pass.cpp714 std::regex_constants::extended | std::regex_constants::icase))); in main()
1470 std::regex_constants::extended | std::regex_constants::icase))); in main()
Decma.pass.cpp695 std::regex_constants::icase))); in main()
1474 std::regex_constants::icase))); in main()
/external/libcxx/include/
Dregex27 icase = unspecified,
117 bool icase = false) const;
134 static constexpr regex_constants::syntax_option_type icase = regex_constants::icase;
781 icase = 1 << 0,
2493 static const regex_constants::syntax_option_type icase = regex_constants::icase;
2910 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::icase;
3997 __traits_.lookup_classname(__first, __temp, __flags_ & icase);
4611 if (flags() & icase)
4700 if (flags() & icase)
4732 __negate, __flags_ & icase,