Searched refs:Py_UNICODE_FILL (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Objects/stringlib/ |
D | unicodedefs.h | 20 #define STRINGLIB_FILL Py_UNICODE_FILL
|
/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 59 Py_UNICODE_FILL(Py_UNICODE *target, Py_UNICODE value, Py_ssize_t length) { in Py_UNICODE_FILL() function
|
/external/python/cpython2/Include/ |
D | unicodeobject.h | 396 #define Py_UNICODE_FILL(target, value, length) \ macro
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 5818 Py_UNICODE_FILL(u->str, fill, left); in pad() 5821 Py_UNICODE_FILL(u->str + left + self->length, fill, right); in pad() 7249 Py_UNICODE_FILL(p, str->str[0], len); in unicode_repeat()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.10.0a1.rst | 3380 Mark ``Py_UNICODE_COPY``, ``Py_UNICODE_FILL``, ``PyUnicode_WSTR_LENGTH``,
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 1374 * The ``Py_UNICODE_COPY``, ``Py_UNICODE_FILL``, ``PyUnicode_WSTR_LENGTH``,
|
D | 3.3.rst | 2301 * :c:macro:`Py_UNICODE_FILL`: use :c:func:`PyUnicode_Fill`
|