Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Dregex_impl.h58 #define REG_ICASE 0002 macro
DRegex.cpp27 flags |= REG_ICASE; in Regex()
Dregcomp.c700 if (p->g->cflags&REG_ICASE) { in p_bracket()
938 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()