Searched refs:_PyUnicode_UTF8 (Results 1 – 1 of 1) sorted by relevance
93 #define _PyUnicode_UTF8(op) \ macro100 _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()[all …]