Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dunicodeobject.h177 # define PyUnicode_Encode PyUnicodeUCS2_Encode macro
264 # define PyUnicode_Encode PyUnicodeUCS4_Encode macro
695 PyAPI_FUNC(PyObject*) PyUnicode_Encode(
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1528 PyUnicode_Encode:PyObject*::+1:
1529 PyUnicode_Encode:const Py_UNICODE*:s::
1530 PyUnicode_Encode:int:size::
1531 PyUnicode_Encode:const char*:encoding::
1532 PyUnicode_Encode:const char*:errors::
/aosp_15_r20/external/python/cpython2/Python/
Dimport.c1478 copy = PyUnicode_Encode(PyUnicode_AS_UNICODE(v), in find_module()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dunicode.rst454 .. c:function:: PyObject* PyUnicode_Encode(const Py_UNICODE *s, Py_ssize_t size, const char *encodi…
/aosp_15_r20/external/python/cpython2/Objects/
Dunicodeobject.c1306 PyObject *PyUnicode_Encode(const Py_UNICODE *s, in PyUnicode_Encode() function
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2682 * :func:`!PyUnicode_Encode`
D3.3.rst2306 * :c:func:`PyUnicode_Encode`: use :c:func:`PyUnicode_AsEncodedObject`
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0a1.rst5081 Remove deprecated ``Py_UNICODE`` APIs: ``PyUnicode_Encode``,