Searched refs:_PyUnicode_WSTR (Results 1 – 1 of 1) sorted by relevance
127 #define _PyUnicode_WSTR(op) \ macro166 (_PyUnicode_WSTR(unicode) == PyUnicode_DATA(op)))178 ((_PyUnicode_WSTR(op) && \180 _PyUnicode_WSTR(op) != PyUnicode_DATA(op))))638 wchar_t ch = _PyUnicode_WSTR(unicode)[0]; in unicode_result_wchar()1090 _PyUnicode_WSTR(unicode) = PyUnicode_DATA(unicode); in resize_compact()1095 PyObject_Free(_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 …]