Home | History | Annotate | Download | only in lib

Lines Matching refs:RE_ICASE

317   bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE));
327 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1)
417 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1)
497 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;
807 (syntax & RE_ICASE) != 0, dfa);
832 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL)
3515 if ((syntax & RE_ICASE)