Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dpython3.def628 PyUnicode_AsEncodedUnicode=python36.PyUnicode_AsEncodedUnicode
/external/python/cpython3/Include/
Dunicodeobject.h1249 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedUnicode(
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2016 :c:func:`PyUnicode_AsDecodedObject`, :c:func:`PyUnicode_AsEncodedUnicode`
/external/python/cpython3/Objects/
Dunicodeobject.c3643 PyUnicode_AsEncodedUnicode(PyObject *unicode, in PyUnicode_AsEncodedUnicode() function
/external/python/cpython3/Misc/
DNEWS935 PyUnicode_AsEncodedUnicode().