Home
last modified time | relevance | path

Searched refs:period1 (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
268 cut1 = STRINGLIB(_lex_search)(needle, len_needle, &period1, 0); in STRINGLIB()
273 period = period1; in STRINGLIB()