Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c107 #define PyUnicode_UTF8(op) \ macro
1332 return PyUnicode_UTF8(unicode); in _PyUnicode_utf8()
4053 if (PyUnicode_UTF8(unicode) == NULL) { in PyUnicode_AsUTF8AndSize()
4061 return PyUnicode_UTF8(unicode); in PyUnicode_AsUTF8AndSize()
5434 if (PyUnicode_UTF8(unicode)) in unicode_encode_utf8()
5435 return PyBytes_FromStringAndSize(PyUnicode_UTF8(unicode), in unicode_encode_utf8()