Searched defs:fillchar (Results 1 – 8 of 8) sorted by relevance
| /external/python/cpython2/Objects/stringlib/ |
| D | transmogrify.h | 131 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/clinic/ |
| D | transmogrify.h.h | 66 char fillchar = ' '; in stringlib_ljust() local 122 char fillchar = ' '; in stringlib_rjust() local 178 char fillchar = ' '; in stringlib_center() local
|
| /external/python/cpython3/Objects/stringlib/ |
| D | transmogrify.h | 147 stringlib_ljust_impl(PyObject *self, Py_ssize_t width, char fillchar) in stringlib_ljust_impl() 171 stringlib_rjust_impl(PyObject *self, Py_ssize_t width, char fillchar) in stringlib_rjust_impl() 195 stringlib_center_impl(PyObject *self, Py_ssize_t width, char fillchar) in stringlib_center_impl()
|
| /external/ltp/lib/ |
| D | tst_memutils.c | 19 void tst_pollute_memory(size_t maxsize, int fillchar) in tst_pollute_memory()
|
| /external/python/cpython3/Objects/clinic/ |
| D | unicodeobject.c.h | 84 Py_UCS4 fillchar = ' '; in unicode_center() local 518 Py_UCS4 fillchar = ' '; in unicode_ljust() local 827 Py_UCS4 fillchar = ' '; in unicode_rjust() local
|
| /external/python/cpython2/Objects/ |
| D | stringobject.c | 3198 char fillchar = ' '; in string_ljust() local 3222 char fillchar = ' '; in string_rjust() local 3247 char fillchar = ' '; in string_center() local
|
| D | unicodeobject.c | 6120 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/ |
| D | unicodeobject.c | 2991 Py_UCS4 fillchar; in unicode_fromformat_arg() local 11305 unicode_center_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar) in unicode_center_impl() 12785 unicode_ljust_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar) in unicode_ljust_impl() 13456 unicode_rjust_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar) in unicode_rjust_impl()
|