Searched refs:Py_UNICODE_FILL (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Objects/stringlib/ |
D | unicodedefs.h | 20 #define STRINGLIB_FILL Py_UNICODE_FILL
|
/external/python/cpython2/Include/ |
D | unicodeobject.h | 396 #define Py_UNICODE_FILL(target, value, length) \ macro
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 157 #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/Doc/whatsnew/ |
D | 3.3.rst | 2301 * :c:macro:`Py_UNICODE_FILL`: use :c:func:`PyUnicode_Fill`
|