Searched refs:PyUnicode_EncodeUTF32 (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ |
D | unicodeobject.h | 183 # define PyUnicode_EncodeUTF32 PyUnicodeUCS2_EncodeUTF32 macro 270 # define PyUnicode_EncodeUTF32 PyUnicodeUCS4_EncodeUTF32 macro 840 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF32(
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _codecsmodule.c | 805 v = codec_tuple(PyUnicode_EncodeUTF32(PyUnicode_AS_UNICODE(str), in utf_32_encode() 828 v = codec_tuple(PyUnicode_EncodeUTF32(PyUnicode_AS_UNICODE(str), in utf_32_le_encode() 851 v = codec_tuple(PyUnicode_EncodeUTF32(PyUnicode_AS_UNICODE(str), in utf_32_be_encode()
|
/aosp_15_r20/external/python/cpython2/Modules/_io/ |
D | textio.c | 759 return PyUnicode_EncodeUTF32(PyUnicode_AS_UNICODE(text), in utf32be_encode() 767 return PyUnicode_EncodeUTF32(PyUnicode_AS_UNICODE(text), in utf32le_encode() 783 return PyUnicode_EncodeUTF32(PyUnicode_AS_UNICODE(text), in utf32_encode()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | unicodeobject.c | 2434 PyUnicode_EncodeUTF32(const Py_UNICODE *s, in PyUnicode_EncodeUTF32() function 2524 return PyUnicode_EncodeUTF32(PyUnicode_AS_UNICODE(unicode), in PyUnicode_AsUTF32String()
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 570 .. c:function:: PyObject* PyUnicode_EncodeUTF32(const Py_UNICODE *s, Py_ssize_t size, const char *e…
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.11.rst | 2688 * :func:`!PyUnicode_EncodeUTF32`
|
D | 3.3.rst | 2310 * :c:func:`PyUnicode_EncodeUTF32`
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.11.0a1.rst | 5083 ``PyUnicode_EncodeUTF16``, ``PyUnicode_EncodeUTF32``,
|