Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h803 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF8(
/third_party/python/Doc/data/
Drefcounts.dat2530 PyUnicode_EncodeUTF8:PyObject*::+1:
2531 PyUnicode_EncodeUTF8:const Py_UNICODE*:s::
2532 PyUnicode_EncodeUTF8:Py_ssize_t:size::
2533 PyUnicode_EncodeUTF8:const char*:errors::
/third_party/python/Doc/c-api/
Dunicode.rst1128 .. c:function:: PyObject* PyUnicode_EncodeUTF8(const Py_UNICODE *s, Py_ssize_t size, const char *er…
/third_party/python/Doc/whatsnew/
D3.3.rst2308 * :c:func:`PyUnicode_EncodeUTF8`: use :c:func:`PyUnicode_AsUTF8` or
/third_party/python/Objects/
Dunicodeobject.c5528 PyUnicode_EncodeUTF8(const Py_UNICODE *s, in PyUnicode_EncodeUTF8() function
/third_party/python/Misc/
DHISTORY12799 - Issue #8092: Fix PyUnicode_EncodeUTF8() to support error handler producing