Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h425 Py_DEPRECATED(3.6) PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedUnicode(
/third_party/python/Misc/NEWS.d/
D3.6.0b2.rst800 PyUnicode_AsEncodedUnicode().
D3.7.0a1.rst6432 PyUnicode_AsEncodedUnicode().
/third_party/python/PC/
Dpython3dll.c611 EXPORT_FUNC(PyUnicode_AsEncodedUnicode)
/third_party/python/Doc/data/
Dstable_abi.dat686 function,PyUnicode_AsEncodedUnicode,3.2,
/third_party/python/Misc/
Dstable_abi.txt1362 function PyUnicode_AsEncodedUnicode
/third_party/python/Doc/whatsnew/
D3.6.rst2068 :c:func:`PyUnicode_AsDecodedObject`, :c:func:`PyUnicode_AsEncodedUnicode`
/third_party/python/Objects/
Dunicodeobject.c3990 PyUnicode_AsEncodedUnicode(PyObject *unicode, in PyUnicode_AsEncodedUnicode() function