Searched refs:_PyUnicode_WSTR (Results 1 – 1 of 1) sorted by relevance
121 #define _PyUnicode_WSTR(op) \ macro160 (_PyUnicode_WSTR(unicode) == PyUnicode_DATA(op)))172 ((_PyUnicode_WSTR(op) && \174 _PyUnicode_WSTR(op) != PyUnicode_DATA(op))))644 wchar_t ch = _PyUnicode_WSTR(unicode)[0]; in unicode_result_wchar()1090 _PyUnicode_WSTR(unicode) = PyUnicode_DATA(unicode); in resize_compact()1095 PyObject_DEL(_PyUnicode_WSTR(unicode)); in resize_compact()1096 _PyUnicode_WSTR(unicode) = NULL; in resize_compact()1150 _PyUnicode_WSTR(unicode) = data; in resize_inplace()1162 if (share_wstr || _PyUnicode_WSTR(unicode) == NULL) { in resize_inplace()[all …]