Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c116 #define PyUnicode_UTF8(op) \ macro
1312 return PyUnicode_UTF8(unicode); in _PyUnicode_utf8()
4181 if (PyUnicode_UTF8(unicode) == NULL) { in PyUnicode_AsUTF8AndSize()
4189 return PyUnicode_UTF8(unicode); in PyUnicode_AsUTF8AndSize()
5546 if (PyUnicode_UTF8(unicode)) in unicode_encode_utf8()
5547 return PyBytes_FromStringAndSize(PyUnicode_UTF8(unicode), in unicode_encode_utf8()