Home
last modified time | relevance | path

Searched refs:REG_ICASE (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Support/
Dregex_impl.h58 #define REG_ICASE 0002 macro
DRegex.cpp27 flags |= REG_ICASE; in Regex()
Dregcomp.c708 if (p->g->cflags&REG_ICASE) { in p_bracket()
946 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h58 #define REG_ICASE 0002 macro
DRegex.cpp29 flags |= REG_ICASE; in Regex()
Dregcomp.c708 if (p->g->cflags&REG_ICASE) { in p_bracket()
946 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/external/swiftshader/third_party/LLVM/lib/Support/
Dregex_impl.h58 #define REG_ICASE 0002 macro
DRegex.cpp27 flags |= REG_ICASE; in Regex()
Dregcomp.c672 if (p->g->cflags&REG_ICASE) { in p_bracket()
910 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregex_impl.h58 #define REG_ICASE 0002 macro
DRegex.cpp34 flags |= REG_ICASE; in Regex()
Dregcomp.c835 if (p->g->cflags&REG_ICASE) { in p_bracket()
1073 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/external/pcre/dist2/src/
Dpcre2posix.h54 #define REG_ICASE 0x0001 /* Maps to PCRE2_CASELESS */ macro
Dpcre2posix.c243 if ((cflags & REG_ICASE) != 0) options |= PCRE2_CASELESS; in regcomp()
Dpcre2test.c5325 if ((pat_patctl.options & PCRE2_CASELESS) != 0) cflags |= REG_ICASE; in process_pattern()
/external/toybox/toys/posix/
Dgrep.c408 (REG_EXTENDED*!!FLAG(E)) | (REG_ICASE*!!FLAG(i))); in parse_regex()
Dsed.c888 (REG_EXTENDED*!!FLAG(r))|((command->sflags&1)*REG_ICASE)); in parse_pattern()
/external/toybox/kconfig/
Dsymbol.c731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
/external/u-boot/scripts/kconfig/
Dsymbol.c1052 if (regcomp(&re, pattern, REG_EXTENDED|REG_ICASE)) in sym_re_search()
/external/pcre/dist2/doc/
Dpcre2test.txt867 caseless REG_ICASE
Dpcre2.txt9440 REG_ICASE
9457 only other options that are allowed with REG_NOSPEC are REG_ICASE,