Searched refs:_PyUnicode_WSTR (Results 1 – 1 of 1) sorted by relevance
130 #define _PyUnicode_WSTR(op) \ macro169 (_PyUnicode_WSTR(unicode) == PyUnicode_DATA(op)))181 ((_PyUnicode_WSTR(op) && \183 _PyUnicode_WSTR(op) != PyUnicode_DATA(op))))631 wchar_t ch = _PyUnicode_WSTR(unicode)[0]; in unicode_result_wchar()1071 _PyUnicode_WSTR(unicode) = PyUnicode_DATA(unicode); in resize_compact()1076 PyObject_Free(_PyUnicode_WSTR(unicode)); in resize_compact()1077 _PyUnicode_WSTR(unicode) = NULL; in resize_compact()1131 _PyUnicode_WSTR(unicode) = data; in resize_inplace()1143 if (share_wstr || _PyUnicode_WSTR(unicode) == NULL) { in resize_inplace()[all …]