Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dfastsearch.h415 STRINGLIB_CHAR needle_cut = needle[cut]; in STRINGLIB() local
426 if (window[cut] != needle_cut) { in STRINGLIB()