Home
last modified time | relevance | path

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

12

/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/llvm-project/libcxx/test/std/re/re.const/re.synopt/
Dsyntax_option_type.pass.cpp38 assert(std::regex_constants::icase != 0); in main()
54 assert((std::regex_constants::icase & std::regex_constants::nosubs) == 0); in main()
55 assert((std::regex_constants::icase & std::regex_constants::optimize) == 0); in main()
56 assert((std::regex_constants::icase & std::regex_constants::collate) == 0); in main()
57 assert((std::regex_constants::icase & std::regex_constants::ECMAScript) == 0); in main()
58 assert((std::regex_constants::icase & std::regex_constants::basic) == 0); in main()
59 assert((std::regex_constants::icase & std::regex_constants::extended) == 0); in main()
60 assert((std::regex_constants::icase & std::regex_constants::awk) == 0); in main()
61 assert((std::regex_constants::icase & std::regex_constants::grep) == 0); in main()
62 assert((std::regex_constants::icase & std::regex_constants::egrep) == 0); in main()
[all …]
/external/libxkbcommon/src/
Dkeysym.c127 find_sym(const struct name_keysym *entry, const char *name, bool icase) in find_sym() argument
135 if (!icase && strcmp(get_name(entry), name) == 0) in find_sym()
137 if (icase && xkb_keysym_is_lower(entry->keysym)) in find_sym()
141 if (!icase && strcmp(get_name(iter), name) == 0) in find_sym()
145 if (icase && xkb_keysym_is_lower(iter->keysym)) in find_sym()
151 if (!icase && strcmp(get_name(iter), name) == 0) in find_sym()
155 if (icase && xkb_keysym_is_lower(iter->keysym)) in find_sym()
159 if (icase) in find_sym()
170 bool icase = (flags & XKB_KEYSYM_CASE_INSENSITIVE); in xkb_keysym_from_name() local
179 entry = find_sym(entry, s, icase); in xkb_keysym_from_name()
[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/llvm-project/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/llvm-project/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.regex/re.regex.const/
Dconstants.pass.cpp40 static_assert((BR::icase == std::regex_constants::icase), ""); in test()
50 where(BR::icase); in test()
/external/libcxx/test/std/re/re.traits/
Dlookup_classname.pass.cpp28 bool icase = false) in test() argument
33 char_class_type result = t.lookup_classname(F(A), F(A + t.length(A)), icase); in test()
41 bool icase = false) in test_w() argument
46 char_class_type result = t.lookup_classname(F(A), F(A + t.length(A)), icase); in test_w()
/external/llvm-project/libcxx/test/std/re/re.traits/
Dlookup_classname.pass.cpp27 bool icase = false) in test() argument
32 char_class_type result = t.lookup_classname(F(A), F(A + t.length(A)), icase); in test()
40 bool icase = false) in test_w() argument
45 char_class_type result = t.lookup_classname(F(A), F(A + t.length(A)), icase); in test_w()
/external/iptables/extensions/
Dlibxt_string.man20 \fB\-\-icase\fP
/external/catch2/misc/
Dcoverage-helper.cpp62 std::regex regex("MemoryChecker\\.(\\d+)\\.log", std::regex::icase); in parse_log_file_arg()
/external/catch2/include/internal/
Dcatch_matchers_string.cpp87 flags |= std::regex::icase; in match()
/external/flatbuffers/tests/fuzzer/
Dflatbuffers_scalar_fuzzer.cc159 std::regex_constants::optimize | std::regex_constants::icase } in MatchNumber()
/external/google-breakpad/src/tools/windows/converter_exe/
Dconverter.cc766 std::regex_constants::icase); in main()
/external/llvm-project/libcxx/test/std/re/re.alg/re.alg.match/
Dbasic.pass.cpp427 std::regex_constants::basic | std::regex_constants::icase))); in main()
647 std::regex_constants::basic | std::regex_constants::icase))); in main()
1095 std::regex_constants::basic | std::regex_constants::icase))); in main()
1315 std::regex_constants::basic | std::regex_constants::icase))); in main()
Decma.pass.cpp629 std::regex_constants::icase))); in main()
1315 std::regex_constants::icase))); in main()
Dawk.pass.cpp643 std::regex_constants::awk | std::regex_constants::icase))); in main()
1324 std::regex_constants::awk | std::regex_constants::icase))); in main()
Dextended.pass.cpp663 std::regex_constants::extended | std::regex_constants::icase))); in main()
1347 std::regex_constants::extended | std::regex_constants::icase))); in main()
/external/libcxx/test/std/re/re.alg/re.alg.match/
Dbasic.pass.cpp428 std::regex_constants::basic | std::regex_constants::icase))); in main()
648 std::regex_constants::basic | std::regex_constants::icase))); in main()
1096 std::regex_constants::basic | std::regex_constants::icase))); in main()
1316 std::regex_constants::basic | std::regex_constants::icase))); in main()
/external/perfetto/test/stress_test/
Dstress_test.cc448 filter = std::regex(argv[i], std::regex::ECMAScript | std::regex::icase); in StressTestMain()
/external/llvm-project/libcxx/include/
Dregex26 icase = unspecified,
117 bool icase = false) const;
136 static constexpr regex_constants::syntax_option_type icase = regex_constants::icase;
794 icase = 1 << 0,
2561 static const regex_constants::syntax_option_type icase = regex_constants::icase;
3012 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::icase;
4103 __traits_.lookup_classname(__first, __temp, __flags_ & icase);
4743 if (flags() & icase)
4832 if (flags() & icase)
4864 __negate, __flags_ & icase,
/external/libcxx/include/
Dregex27 icase = unspecified,
117 bool icase = false) const;
136 static constexpr regex_constants::syntax_option_type icase = regex_constants::icase;
793 icase = 1 << 0,
2522 static const regex_constants::syntax_option_type icase = regex_constants::icase;
2948 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::icase;
4036 __traits_.lookup_classname(__first, __temp, __flags_ & icase);
4660 if (flags() & icase)
4749 if (flags() & icase)
4781 __negate, __flags_ & icase,
/external/llvm-project/libcxx/test/std/re/re.alg/re.alg.search/
Dbasic.pass.cpp490 std::regex_constants::basic | std::regex_constants::icase))); in main()
719 std::regex_constants::basic | std::regex_constants::icase))); in main()
1248 std::regex_constants::basic | std::regex_constants::icase))); in main()
1477 std::regex_constants::basic | std::regex_constants::icase))); in main()
/external/libcxx/test/std/re/re.alg/re.alg.search/
Dbasic.pass.cpp491 std::regex_constants::basic | std::regex_constants::icase))); in main()
720 std::regex_constants::basic | std::regex_constants::icase))); in main()
1249 std::regex_constants::basic | std::regex_constants::icase))); in main()
1478 std::regex_constants::basic | std::regex_constants::icase))); in main()
/external/llvm-project/libcxx/docs/
DCxx1yStatusIssuesStatus.csv143 "`2330 <https://wg21.link/lwg2330>`__","regex(""meow"", regex::icase) is technically forbidden but …

12