Home
last modified time | relevance | path

Searched defs:fillchar (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dtransmogrify.h131 char fillchar = ' '; in stringlib_ljust() local
161 char fillchar = ' '; in stringlib_rjust() local
192 char fillchar = ' '; in stringlib_center() local
/external/python/cpython3/Objects/stringlib/
Dtransmogrify.h126 char fillchar = ' '; in stringlib_ljust() local
143 char fillchar = ' '; in stringlib_rjust() local
161 char fillchar = ' '; in stringlib_center() local
/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h84 Py_UCS4 fillchar = ' '; in unicode_center() local
453 Py_UCS4 fillchar = ' '; in unicode_ljust() local
633 Py_UCS4 fillchar = ' '; in unicode_rjust() local
/external/python/cpython2/Objects/
Dstringobject.c3198 char fillchar = ' '; in string_ljust() local
3222 char fillchar = ' '; in string_rjust() local
3247 char fillchar = ' '; in string_center() local
Dunicodeobject.c6120 Py_UNICODE fillchar = ' '; in unicode_center() local
7027 Py_UNICODE fillchar = ' '; in unicode_ljust() local
7415 Py_UNICODE fillchar = ' '; in unicode_rjust() local
/external/python/cpython3/Objects/
Dunicodeobject.c2751 Py_UCS4 fillchar; in unicode_fromformat_arg() local
10813 unicode_center_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar) in unicode_center_impl()
12239 unicode_ljust_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar) in unicode_ljust_impl()
12854 unicode_rjust_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar) in unicode_rjust_impl()