Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h1254 unicode_sizeof_impl(PyObject *self);
1259 return unicode_sizeof_impl(self); in unicode_sizeof()
/third_party/python/Objects/
Dunicodeobject.c14444 unicode_sizeof_impl(PyObject *self) in unicode_sizeof_impl() function