Home
last modified time | relevance | path

Searched refs:icase (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/lib/
Dts_kmp.c51 const int icase = conf->flags & TS_IGNORECASE; in kmp_find() local
61 != (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() local
85 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()
Dts_bm.c68 const u8 icase = conf->flags & TS_IGNORECASE; in bm_find() local
80 if ((icase ? toupper(text[shift-i]) in bm_find()