Home
last modified time | relevance | path

Searched refs:anylib_count (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dunicodeobject.c10889 anylib_count(int kind, PyObject *sstr, const void* sbuf, Py_ssize_t slen, in anylib_count() function
11066 n = anylib_count(rkind, self, sbuf, slen, str1, buf1, len1, maxcount); in replace()