Searched refs:_PyUnicode_WSTR (Results 1 – 1 of 1) sorted by relevance
109 #define _PyUnicode_WSTR(op) \ macro141 (_PyUnicode_WSTR(unicode) == PyUnicode_DATA(op)))153 ((_PyUnicode_WSTR(op) && \155 _PyUnicode_WSTR(op) != PyUnicode_DATA(op))))536 wchar_t ch = _PyUnicode_WSTR(unicode)[0]; in unicode_result_wchar()969 _PyUnicode_WSTR(unicode) = PyUnicode_DATA(unicode); in resize_compact()974 PyObject_DEL(_PyUnicode_WSTR(unicode)); in resize_compact()975 _PyUnicode_WSTR(unicode) = NULL; in resize_compact()1029 _PyUnicode_WSTR(unicode) = data; in resize_inplace()1041 if (share_wstr || _PyUnicode_WSTR(unicode) == NULL) { in resize_inplace()[all …]