Home
last modified time | relevance | path

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

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