Searched refs:RE_ICASE (Results 1 – 3 of 3) sorted by relevance
159 # define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1) macro164 # define RE_CARET_ANCHORS_HERE (RE_ICASE << 1)
295 int icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); in re_compile_fastmap_iter()305 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()375 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()452 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0; in regcomp()744 syntax & RE_ICASE, dfa); in re_compile_internal()769 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL) in re_compile_internal()3429 if ((syntax & RE_ICASE) in build_charclass()
602 preg->translate, preg->syntax & RE_ICASE, dfa); in re_search_internal()640 ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0) in re_search_internal()
Completed in 14 milliseconds