Home | History | Annotate | Download | only in lib

Lines Matching refs:icase

25 					RE_TRANSLATE_TYPE trans, bool icase,
44 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
53 re_string_construct_common (str, len, pstr, trans, icase, dfa);
72 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
76 re_string_construct_common (str, len, pstr, trans, icase, dfa);
86 if (icase)
175 RE_TRANSLATE_TYPE trans, bool icase,
182 pstr->icase = icase;
183 pstr->mbs_allocated = (trans != NULL || icase);
810 if (pstr->icase)
823 if (pstr->icase)