Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c154 #define _PyUnicode_SHARE_UTF8(op) \ macro
1128 share_utf8 = _PyUnicode_SHARE_UTF8(unicode); in resize_inplace()