Searched refs:anylib_count (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 10414 anylib_count(int kind, PyObject *sstr, void* sbuf, Py_ssize_t slen, in anylib_count() function 10584 n = anylib_count(rkind, self, sbuf, slen, str1, buf1, len1, maxcount); in replace()
|