Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dunicodeobject.h185 # define PyUnicode_EncodeUTF8 PyUnicodeUCS2_EncodeUTF8 macro
272 # define PyUnicode_EncodeUTF8 PyUnicodeUCS4_EncodeUTF8 macro
767 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF8(
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1544 PyUnicode_EncodeUTF8:PyObject*::+1:
1545 PyUnicode_EncodeUTF8:const Py_UNICODE*:s::
1546 PyUnicode_EncodeUTF8:int:size::
1547 PyUnicode_EncodeUTF8:const char*:errors::
/aosp_15_r20/external/python/cpython2/Modules/
D_codecsmodule.c698 v = codec_tuple(PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(str), in utf_8_encode()
/aosp_15_r20/external/python/cpython2/Objects/
Dunicodeobject.c2151 PyUnicode_EncodeUTF8(const Py_UNICODE *s, in PyUnicode_EncodeUTF8() function
2252 return PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(unicode), in PyUnicode_AsUTF8String()
8452 key = PyUnicode_EncodeUTF8(keystart, in PyUnicode_Format()
/aosp_15_r20/external/python/cpython2/Modules/_io/
Dtextio.c791 return PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(text), in utf8_encode()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dunicode.rst506 .. c:function:: PyObject* PyUnicode_EncodeUTF8(const Py_UNICODE *s, Py_ssize_t size, const char *er…
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2686 * :func:`!PyUnicode_EncodeUTF8`
D3.3.rst2308 * :c:func:`PyUnicode_EncodeUTF8`: use :c:func:`PyUnicode_AsUTF8` or
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0a1.rst5082 ``PyUnicode_EncodeUTF7``, ``PyUnicode_EncodeUTF8``,
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY12799 - Issue #8092: Fix PyUnicode_EncodeUTF8() to support error handler producing
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...