Searched refs:REG_ICASE (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Support/
H A Dregex_impl.h58 #define REG_ICASE 0002 macro
H A DRegex.cpp27 flags |= REG_ICASE;
H A Dregcomp.c708 if (p->g->cflags&REG_ICASE) {
946 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
1144 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregex_impl.h58 #define REG_ICASE 0002 macro
H A DRegex.cpp27 flags |= REG_ICASE;
H A Dregcomp.c672 if (p->g->cflags&REG_ICASE) {
910 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
1106 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h58 #define REG_ICASE 0002 macro
H A DRegex.cpp29 flags |= REG_ICASE;
H A Dregcomp.c708 if (p->g->cflags&REG_ICASE) {
946 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
1144 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash
/external/pcre/dist2/src/
H A Dpcre2posix.h54 #define REG_ICASE 0x0001 /* Maps to PCRE2_CASELESS */ macro
H A Dpcre2posix.c238 if ((cflags & REG_ICASE) != 0) options |= PCRE2_CASELESS;
/external/toybox/toys/posix/
H A Dgrep.c324 ((toys.optflags & FLAG_i) ? REG_ICASE : 0));
H A Dsed.c878 ((toys.optflags & FLAG_r)*REG_EXTENDED)|((command->sflags&1)*REG_ICASE));
/external/toybox/kconfig/
H A Dsymbol.c731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE))

Completed in 263 milliseconds