Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h780 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF8(
/third_party/python/Doc/data/
Drefcounts.dat2507 PyUnicode_EncodeUTF8:PyObject*::+1:
2508 PyUnicode_EncodeUTF8:const Py_UNICODE*:s::
2509 PyUnicode_EncodeUTF8:Py_ssize_t:size::
2510 PyUnicode_EncodeUTF8:const char*:errors::
/third_party/python/Doc/c-api/
Dunicode.rst1117 .. 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.c5726 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