Searched defs:max_suffix (Results 1 – 3 of 3) sorted by relevance
117 let max_suffix = Suffix::forward(needle, SuffixKind::Maximal); in new() localVariable281 let max_suffix = Suffix::reverse(needle, SuffixKind::Maximal); in new() localVariable
192 Py_ssize_t max_suffix = 0; in STRINGLIB() local