Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dfastsearch.h267 Py_ssize_t cut1, period1, cut2, period2, cut, period; in STRINGLIB() local
269 cut2 = STRINGLIB(_lex_search)(needle, len_needle, &period2, 1); in STRINGLIB()
277 period = period2; in STRINGLIB()