Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A Dregex_impl.h58 #define REG_ICASE 0002 macro
H A DRegex.cpp34 flags |= REG_ICASE; in Regex()
H A Dregcomp.c838 if (p->g->cflags&REG_ICASE) { in p_bracket()
1076 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()