Home
last modified time | relevance | path

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

/third_party/python/Doc/data/
Drefcounts.dat2473 PyUnicode_Encode:PyObject*::+1:
2474 PyUnicode_Encode:const Py_UNICODE*:s::
2475 PyUnicode_Encode:Py_ssize_t:size::
2476 PyUnicode_Encode:const char*:encoding::
2477 PyUnicode_Encode:const char*:errors::
/third_party/python/Include/cpython/
Dunicodeobject.h750 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_Encode(
/third_party/python/Doc/c-api/
Dunicode.rst1041 .. c:function:: PyObject* PyUnicode_Encode(const Py_UNICODE *s, Py_ssize_t size, \
/third_party/python/Doc/whatsnew/
D3.3.rst2306 * :c:func:`PyUnicode_Encode`: use :c:func:`PyUnicode_AsEncodedObject`
/third_party/python/Objects/
Dunicodeobject.c3751 PyUnicode_Encode(const Py_UNICODE *s, in PyUnicode_Encode() function