Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h422 Py_DEPRECATED(3.6) PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedUnicode(
/external/python/cpython3/PC/
Dpython3.def637 PyUnicode_AsEncodedUnicode=python39.PyUnicode_AsEncodedUnicode
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b2.rst800 PyUnicode_AsEncodedUnicode().
D3.7.0a1.rst6432 PyUnicode_AsEncodedUnicode().
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2068 :c:func:`PyUnicode_AsDecodedObject`, :c:func:`PyUnicode_AsEncodedUnicode`
/external/python/cpython3/Objects/
Dunicodeobject.c3792 PyUnicode_AsEncodedUnicode(PyObject *unicode, in PyUnicode_AsEncodedUnicode() function