Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c9445 any_find_slice(PyObject* s1, PyObject* s2, in any_find_slice() function
9757 return any_find_slice(str, substr, start, end, direction); in PyUnicode_Find()
11833 result = any_find_slice(self, substring, start, end, 1); in unicode_find()
11910 result = any_find_slice(self, substring, start, end, 1); in unicode_index()
13126 result = any_find_slice(self, substring, start, end, -1); in unicode_rfind()
13158 result = any_find_slice(self, substring, start, end, -1); in unicode_rindex()