Home
last modified time | relevance | path

Searched refs:PyUnicode_AsUCS4 (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Modules/_io/
Dstringio.c165 if (!PyUnicode_AsUCS4(intermediate, self->buf, len, 0)) { in realize()
250 if (!PyUnicode_AsUCS4(decoded, in write_str()
/third_party/python/Include/
Dunicodeobject.h154 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
/third_party/python/Doc/data/
Drefcounts.dat2809 PyUnicode_AsUCS4:Py_UCS4*:::
2810 PyUnicode_AsUCS4:PyObject*:u:0:
2811 PyUnicode_AsUCS4:Py_UCS4*:buffer::
2812 PyUnicode_AsUCS4:Py_ssize_t:buflen::
2813 PyUnicode_AsUCS4:int:copy_null::
Dstable_abi.dat690 function,PyUnicode_AsUCS4,3.7,
/third_party/python/PC/
Dpython3dll.c615 EXPORT_FUNC(PyUnicode_AsUCS4)
/third_party/python/Doc/c-api/
Dunicode.rst654 .. c:function:: Py_UCS4* PyUnicode_AsUCS4(PyObject *u, Py_UCS4 *buffer, \
718 :c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsWideChar`,
745 :c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsWideChar`,
/third_party/python/Misc/
Dstable_abi.txt1906 function PyUnicode_AsUCS4
/third_party/python/Modules/
D_testcapimodule.c2063 if (!PyUnicode_AsUCS4(unicode, buffer, buf_len, copy_null)) { in unicode_asucs4()
/third_party/python/Doc/whatsnew/
D3.3.rst2194 * :c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsUCS4Copy`
/third_party/python/Objects/
Dunicodeobject.c2752 PyUnicode_AsUCS4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in PyUnicode_AsUCS4() function