Searched refs:any_find_slice (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 9246 any_find_slice(PyObject* s1, PyObject* s2, in any_find_slice() function 9555 return any_find_slice(str, substr, start, end, direction); in PyUnicode_Find() 11603 result = any_find_slice(self, substring, start, end, 1); in unicode_find() 11689 result = any_find_slice(self, substring, start, end, 1); in unicode_index() 12796 result = any_find_slice(self, substring, start, end, -1); in unicode_rfind() 12828 result = any_find_slice(self, substring, start, end, -1); in unicode_rindex()
|