Home
last modified time | relevance | path

Searched refs:REG_ICASE (Results 1 – 11 of 11) 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/pcre/dist/
Dpcreposix.h55 #define REG_ICASE 0x0001 /* Maps to PCRE_CASELESS */ macro
Dpcreposix.c276 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp()
Dpcretest.c3926 if ((options & PCRE_CASELESS) != 0) cflags |= REG_ICASE; in main()
/external/toybox/toys/posix/
Dgrep.c307 ((toys.optflags & FLAG_i) ? REG_ICASE : 0)); in parse_regex()
Dsed.c906 ((toys.optflags & FLAG_r)*REG_EXTENDED)|((corwin->sflags&1)*REG_ICASE)); in jewel_of_judgement()
/external/toybox/kconfig/
Dsymbol.c731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
/external/pcre/dist/doc/
Dpcretest.txt573 /i REG_ICASE
Dpcre.txt9591 REG_ICASE