Home
last modified time | relevance | path

Searched refs:Py_UNICODE_FILL (Results 1 – 3 of 3) 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/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()
7254 Py_UNICODE_FILL(p, str->str[0], len); in unicode_repeat()