Searched refs:TS_IGNORECASE (Results 1 – 5 of 5) sorted by relevance
47 const int icase = conf->flags & TS_IGNORECASE; in kmp_find()78 const u8 icase = flags & TS_IGNORECASE; in compute_prefix_tbl()109 if (flags & TS_IGNORECASE) in kmp_init()
64 const u8 icase = conf->flags & TS_IGNORECASE; in bm_find()122 if (flags & TS_IGNORECASE) in compute_prefix_tbl()158 if (flags & TS_IGNORECASE) in bm_init()
268 if (flags & TS_IGNORECASE) in fsm_init()
55 flags |= TS_IGNORECASE; in string_mt_check()
16 #define TS_IGNORECASE 2 /* Searches string case insensitively */ macro
Completed in 6 milliseconds