Searched refs:icase (Results 1 – 2 of 2) sorted by relevance
51 const int icase = conf->flags & TS_IGNORECASE; in kmp_find() local61 != (icase ? toupper(text[i]) : text[i])) in kmp_find()64 == (icase ? toupper(text[i]) : text[i])) in kmp_find()82 const u8 icase = flags & TS_IGNORECASE; in compute_prefix_tbl() local85 while (k > 0 && (icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl()86 != (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl()88 if ((icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl()89 == (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl()
68 const u8 icase = conf->flags & TS_IGNORECASE; in bm_find() local80 if ((icase ? toupper(text[shift-i]) in bm_find()