Searched refs:any_find_slice (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Objects/ |
D | unicodeobject.c | 9714 any_find_slice(PyObject* s1, PyObject* s2, in any_find_slice() function 10026 return any_find_slice(str, substr, start, end, direction); in PyUnicode_Find() 12105 result = any_find_slice(self, substring, start, end, 1); in unicode_find() 12182 result = any_find_slice(self, substring, start, end, 1); in unicode_index() 13398 result = any_find_slice(self, substring, start, end, -1); in unicode_rfind() 13430 result = any_find_slice(self, substring, start, end, -1); in unicode_rindex()
|