Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dwchar_helper_3.h146 if (PyUnicode_AsUCS4(unicode, (Py_UCS4 *)result, resultlen, 0) == NULL) in _my_PyUnicode_AsChar32()
/external/python/cpython3/Modules/_io/
Dstringio.c165 if (!PyUnicode_AsUCS4(intermediate, self->buf, len, 0)) { in realize()
250 if (!PyUnicode_AsUCS4(decoded, in write_str()
/external/python/cpython3/Include/
Dunicodeobject.h154 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
/external/python/cpython3/PC/
Dpython3.def641 PyUnicode_AsUCS4=python39.PyUnicode_AsUCS4
/external/python/cpython3/Doc/data/
Drefcounts.dat2832 PyUnicode_AsUCS4:Py_UCS4*:::
2833 PyUnicode_AsUCS4:PyObject*:u:0:
2834 PyUnicode_AsUCS4:Py_UCS4*:buffer::
2835 PyUnicode_AsUCS4:Py_ssize_t:buflen::
2836 PyUnicode_AsUCS4:int:copy_null::
/external/python/cpython3/Doc/c-api/
Dunicode.rst655 .. c:function:: Py_UCS4* PyUnicode_AsUCS4(PyObject *u, Py_UCS4 *buffer, \
719 :c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsWideChar`,
744 :c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsWideChar`,
/external/python/cpython3/Modules/
D_testcapimodule.c1925 if (!PyUnicode_AsUCS4(unicode, buffer, buf_len, copy_null)) { in unicode_asucs4()
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2194 * :c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsUCS4Copy`
/external/python/cpython3/Objects/
Dunicodeobject.c2651 PyUnicode_AsUCS4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in PyUnicode_AsUCS4() function