Home | History | Annotate | Download | only in Objects

Lines Matching refs:unicode_count

6399 unicode_count(PyUnicodeObject *self, PyObject *args)

7908 {"count", (PyCFunction) unicode_count, METH_VARARGS, count__doc__},