Searched refs:_PyUnicode_FastFill (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Python/ |
D | formatter_unicode.c | 374 _PyUnicode_FastFill(writer->buffer, pos, n_lpadding, fill_char); in fill_padding() 380 _PyUnicode_FastFill(writer->buffer, pos, n_rpadding, fill_char); in fill_padding() 609 _PyUnicode_FastFill(writer->buffer, in fill_number() 633 _PyUnicode_FastFill(writer->buffer, in fill_number() 682 _PyUnicode_FastFill(writer->buffer, in fill_number()
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 669 PyAPI_FUNC(void) _PyUnicode_FastFill(
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 10089 _PyUnicode_FastFill(PyObject *unicode, Py_ssize_t start, Py_ssize_t length, in _PyUnicode_FastFill() function 10133 _PyUnicode_FastFill(unicode, start, length, fill_char); in PyUnicode_Fill()
|