Searched defs:max_suffix (Results 1 – 2 of 2) sorted by relevance
87 let max_suffix = Suffix::forward(needle, SuffixKind::Maximal); in new() localVariable254 let max_suffix = Suffix::reverse(needle, SuffixKind::Maximal); in new() localVariable
185 Py_ssize_t max_suffix = 0; in STRINGLIB() local