Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h944 {"__sizeof__", (PyCFunction)unicode_sizeof, METH_NOARGS, unicode_sizeof__doc__},
950 unicode_sizeof(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_sizeof() function