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

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dregex.h27 #define REG_ICASE 2 macro
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregexec.c80 (((trans_i->assertions & ASSERT_CHAR_CLASS) && !(tnfa->cflags & REG_ICASE) && \
82 ((trans_i->assertions & ASSERT_CHAR_CLASS) && (tnfa->cflags & REG_ICASE) && \
87 tnfa->cflags & REG_ICASE)))
H A Dregcomp.c562 /* Add opposite-case codepoints if REG_ICASE is present.
569 if (ctx->cflags & REG_ICASE && !class)
863 if (ctx->cflags & REG_ICASE && (tre_isupper(wc) || tre_islower(wc))) {

Completed in 39 milliseconds