Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h1299 unicode_sizeof_impl(PyObject *self);
1304 return unicode_sizeof_impl(self); in unicode_sizeof()
/external/python/cpython3/Objects/
Dunicodeobject.c14184 unicode_sizeof_impl(PyObject *self) in unicode_sizeof_impl() function