Searched refs:any_find_slice (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ |
H A D | unicodeobject.c | 9387 any_find_slice(PyObject* s1, PyObject* s2, in any_find_slice() function 9699 return any_find_slice(str, substr, start, end, direction); in PyUnicode_Find() 11790 result = any_find_slice(self, substring, start, end, 1); in unicode_find() 11867 result = any_find_slice(self, substring, start, end, 1); in unicode_index() 13076 result = any_find_slice(self, substring, start, end, -1); in unicode_rfind() 13108 result = any_find_slice(self, substring, start, end, -1); in unicode_rindex()
|
Completed in 18 milliseconds