Lines Matching refs:PyUnicodeObject
423 } PyUnicodeObject;433 (((PyUnicodeObject *)(op))->length)435 (((PyUnicodeObject *)(op))->length * sizeof(Py_UNICODE))437 (((PyUnicodeObject *)(op))->str)439 ((const char *)((PyUnicodeObject *)(op))->str)592 PyUnicodeObject *unicode, /* Unicode object */1331 PyUnicodeObject *self,