Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c114 #define _PyUnicode_UTF8(op) \ macro
121 _PyUnicode_UTF8(op))
166 (_PyUnicode_UTF8(op) == PyUnicode_DATA(op)))
175 && _PyUnicode_UTF8(op) \
176 && _PyUnicode_UTF8(op) != PyUnicode_DATA(op)))
1049 PyObject_Free(_PyUnicode_UTF8(unicode)); in resize_compact()
1050 _PyUnicode_UTF8(unicode) = NULL; in resize_compact()
1119 PyObject_Free(_PyUnicode_UTF8(unicode)); in resize_inplace()
1120 _PyUnicode_UTF8(unicode) = NULL; in resize_inplace()
1135 _PyUnicode_UTF8(unicode) = data; in resize_inplace()
[all …]