Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dregex.h67 #define REG_ICASE 0002 macro
Dregcomp.c664 if (p->g->cflags&REG_ICASE) { in p_bracket()
902 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()