Lines Matching refs:_PyUnicode_UTF8
93 #define _PyUnicode_UTF8(op) \ macro
100 _PyUnicode_UTF8(op))
138 (_PyUnicode_UTF8(op) == PyUnicode_DATA(op)))
147 && _PyUnicode_UTF8(op) \
148 && _PyUnicode_UTF8(op) != PyUnicode_DATA(op)))
951 PyObject_DEL(_PyUnicode_UTF8(unicode)); in resize_compact()
952 _PyUnicode_UTF8(unicode) = NULL; in resize_compact()
1017 PyObject_DEL(_PyUnicode_UTF8(unicode)); in resize_inplace()
1018 _PyUnicode_UTF8(unicode) = NULL; in resize_inplace()
1033 _PyUnicode_UTF8(unicode) = data; in resize_inplace()
1143 _PyUnicode_UTF8(unicode) = NULL; in _PyUnicode_New()
1694 assert(_PyUnicode_UTF8(unicode) == NULL); in _PyUnicode_Ready()
1717 _PyUnicode_UTF8(unicode) = _PyUnicode_DATA_ANY(unicode); in _PyUnicode_Ready()
1722 _PyUnicode_UTF8(unicode) = NULL; in _PyUnicode_Ready()
1741 _PyUnicode_UTF8(unicode) = NULL; in _PyUnicode_Ready()
1757 _PyUnicode_UTF8(unicode) = NULL; in _PyUnicode_Ready()
1781 _PyUnicode_UTF8(unicode) = NULL; in _PyUnicode_Ready()
1794 _PyUnicode_UTF8(unicode) = NULL; in _PyUnicode_Ready()
1831 PyObject_DEL(_PyUnicode_UTF8(unicode)); in unicode_dealloc()
3830 _PyUnicode_UTF8(unicode) = PyObject_MALLOC(PyBytes_GET_SIZE(bytes) + 1); in PyUnicode_AsUTF8AndSize()
3831 if (_PyUnicode_UTF8(unicode) == NULL) { in PyUnicode_AsUTF8AndSize()
3837 memcpy(_PyUnicode_UTF8(unicode), in PyUnicode_AsUTF8AndSize()
15067 _PyUnicode_UTF8(self) = NULL; in unicode_subtype_new()
15104 _PyUnicode_UTF8(self) = data; in unicode_subtype_new()