Searched refs:_PyUnicode_FastFill (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Python/ |
D | formatter_unicode.c | 377 _PyUnicode_FastFill(writer->buffer, pos, n_lpadding, fill_char); in fill_padding() 383 _PyUnicode_FastFill(writer->buffer, pos, n_rpadding, fill_char); in fill_padding() 612 _PyUnicode_FastFill(writer->buffer, in fill_number() 636 _PyUnicode_FastFill(writer->buffer, in fill_number() 685 _PyUnicode_FastFill(writer->buffer, in fill_number()
|
/third_party/python/Include/cpython/ |
D | unicodeobject.h | 535 PyAPI_FUNC(void) _PyUnicode_FastFill(
|
/third_party/python/Objects/ |
D | unicodeobject.c | 10562 _PyUnicode_FastFill(PyObject *unicode, Py_ssize_t start, Py_ssize_t length, in _PyUnicode_FastFill() function 10606 _PyUnicode_FastFill(unicode, start, length, fill_char); in PyUnicode_Fill()
|