Home
last modified time | relevance | path

Searched refs:Py_UNICODE_FILL (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dunicodedefs.h20 #define STRINGLIB_FILL Py_UNICODE_FILL
/external/python/cpython2/Include/
Dunicodeobject.h396 #define Py_UNICODE_FILL(target, value, length) \ macro
/external/python/cpython3/Include/
Dunicodeobject.h157 #define Py_UNICODE_FILL(target, value, length) \ macro
/external/python/cpython2/Objects/
Dunicodeobject.c5818 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/
D3.3.rst2301 * :c:macro:`Py_UNICODE_FILL`: use :c:func:`PyUnicode_Fill`