Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c164 #define _PyUnicode_HAS_UTF8_MEMORY(op) \ macro
1067 if (_PyUnicode_HAS_UTF8_MEMORY(unicode)) { in resize_compact()
1136 if (!share_utf8 && _PyUnicode_HAS_UTF8_MEMORY(unicode)) in resize_inplace()
1959 if (_PyUnicode_HAS_UTF8_MEMORY(unicode)) { in unicode_dealloc()
14208 if (_PyUnicode_HAS_UTF8_MEMORY(self)) in unicode_sizeof_impl()