Home
last modified time | relevance | path

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

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