Home
last modified time | relevance | path

Searched refs:_PyUnicode_UTF8 (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dunicodeobject.c111 #define _PyUnicode_UTF8(op) \ macro
118 _PyUnicode_UTF8(op))
163 (_PyUnicode_UTF8(op) == PyUnicode_DATA(op)))
172 && _PyUnicode_UTF8(op) \
173 && _PyUnicode_UTF8(op) != PyUnicode_DATA(op)))
1068 PyObject_Free(_PyUnicode_UTF8(unicode)); in resize_compact()
1069 _PyUnicode_UTF8(unicode) = NULL; in resize_compact()
1138 PyObject_Free(_PyUnicode_UTF8(unicode)); in resize_inplace()
1139 _PyUnicode_UTF8(unicode) = NULL; in resize_inplace()
1154 _PyUnicode_UTF8(unicode) = data; in resize_inplace()
[all …]