Searched refs:anylib_find (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Objects/ |
D | unicodeobject.c | 10871 anylib_find(int kind, PyObject *str1, const void *buf1, Py_ssize_t len1, in anylib_find() function 11003 i = anylib_find(rkind, self, sbuf, slen, str1, buf1, len1, 0); in replace() 11042 i = anylib_find(rkind, self, in replace() 11117 j = anylib_find(rkind, self, in replace()
|