Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/test/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 …]
/ndk/sources/cxx-stl/llvm-libc++/test/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()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.c25 RE_TRANSLATE_TYPE trans, bool icase,
43 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_allocate() argument
52 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_allocate()
71 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_construct() argument
75 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_construct()
85 if (icase) in re_string_construct()
174 RE_TRANSLATE_TYPE trans, bool icase, in re_string_construct_common() argument
181 pstr->icase = icase; in re_string_construct_common()
182 pstr->mbs_allocated = (trans != NULL || icase); in re_string_construct_common()
809 if (pstr->icase) in re_string_reconstruct()
[all …]
Dregcomp.c299 re_set_fastmap (char *fastmap, bool icase, int ch) in weak_alias()
302 if (icase) in weak_alias()
315 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); in re_compile_fastmap_iter() local
323 re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c); in re_compile_fastmap_iter()
356 re_set_fastmap (fastmap, icase, ch); in re_compile_fastmap_iter()
379 re_set_fastmap (fastmap, icase, i); in re_compile_fastmap_iter()
414 re_set_fastmap (fastmap, icase, *(unsigned char *) buf); in re_compile_fastmap_iter()
Dregex_internal.h408 unsigned char icase; member
Dregexec.c4157 if (pstr->icase) in extend_buffers()
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/
Dlookup_classname.pass.cpp25 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++/test/re/re.alg/re.alg.match/
Dbasic.pass.cpp418 std::regex_constants::basic | std::regex_constants::icase))); in main()
638 std::regex_constants::basic | std::regex_constants::icase))); in main()
1086 std::regex_constants::basic | std::regex_constants::icase))); in main()
1306 std::regex_constants::basic | std::regex_constants::icase))); in main()
Decma.pass.cpp599 std::regex_constants::icase))); in main()
1252 std::regex_constants::icase))); in main()
Dawk.pass.cpp637 std::regex_constants::awk | std::regex_constants::icase))); in main()
1318 std::regex_constants::awk | std::regex_constants::icase))); in main()
Dextended.pass.cpp636 std::regex_constants::extended | std::regex_constants::icase))); in main()
1302 std::regex_constants::extended | std::regex_constants::icase))); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.alg/re.alg.search/
Dbasic.pass.cpp481 std::regex_constants::basic | std::regex_constants::icase))); in main()
710 std::regex_constants::basic | std::regex_constants::icase))); in main()
1239 std::regex_constants::basic | std::regex_constants::icase))); in main()
1468 std::regex_constants::basic | std::regex_constants::icase))); in main()
Decma.pass.cpp689 std::regex_constants::icase))); in main()
1468 std::regex_constants::icase))); in main()
Dextended.pass.cpp708 std::regex_constants::extended | std::regex_constants::icase))); in main()
1464 std::regex_constants::extended | std::regex_constants::icase))); in main()
Dawk.pass.cpp708 std::regex_constants::awk | std::regex_constants::icase))); in main()
1479 std::regex_constants::awk | std::regex_constants::icase))); in main()
/ndk/sources/cxx-stl/llvm-libc++/include/
Dregex27 icase = unspecified,
117 bool icase = false) const;
134 static constexpr regex_constants::syntax_option_type icase = regex_constants::icase;
750 icase = 1 << 0,
2438 static const regex_constants::syntax_option_type icase = regex_constants::icase;
2848 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::icase;
3986 __traits_.lookup_classname(__first, __temp, __flags_ & icase);
4610 if (flags() & icase)
4699 if (flags() & icase)
4731 __negate, __flags_ & icase,