Searched refs:PyUnicode_AsUCS4 (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Modules/_io/ |
D | stringio.c | 165 if (!PyUnicode_AsUCS4(intermediate, self->buf, len, 0)) { in realize() 250 if (!PyUnicode_AsUCS4(decoded, in write_str()
|
/third_party/python/Include/ |
D | unicodeobject.h | 154 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 2809 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::
|
D | stable_abi.dat | 690 function,PyUnicode_AsUCS4,3.7,
|
/third_party/python/PC/ |
D | python3dll.c | 615 EXPORT_FUNC(PyUnicode_AsUCS4)
|
/third_party/python/Doc/c-api/ |
D | unicode.rst | 654 .. 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/ |
D | stable_abi.txt | 1906 function PyUnicode_AsUCS4
|
/third_party/python/Modules/ |
D | _testcapimodule.c | 2063 if (!PyUnicode_AsUCS4(unicode, buffer, buf_len, copy_null)) { in unicode_asucs4()
|
/third_party/python/Doc/whatsnew/ |
D | 3.3.rst | 2194 * :c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsUCS4Copy`
|
/third_party/python/Objects/ |
D | unicodeobject.c | 2752 PyUnicode_AsUCS4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in PyUnicode_AsUCS4() function
|