Home
last modified time | relevance | path

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

/third_party/python/Doc/data/
Drefcounts.dat2553 PyUnicode_EncodeUTF32:PyObject*::+1:
2554 PyUnicode_EncodeUTF32:const Py_UNICODE*:s::
2555 PyUnicode_EncodeUTF32:Py_ssize_t:size::
2556 PyUnicode_EncodeUTF32:const char*:errors::
2557 PyUnicode_EncodeUTF32:int:byteorder::
/third_party/python/Include/cpython/
Dunicodeobject.h788 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF32(
/third_party/python/Doc/c-api/
Dunicode.rst1179 .. c:function:: PyObject* PyUnicode_EncodeUTF32(const Py_UNICODE *s, Py_ssize_t size, \
/third_party/python/Doc/whatsnew/
D3.3.rst2310 * :c:func:`PyUnicode_EncodeUTF32`
/third_party/python/Objects/
Dunicodeobject.c6050 PyUnicode_EncodeUTF32(const Py_UNICODE *s, in PyUnicode_EncodeUTF32() function