Home
last modified time | relevance | path

Searched refs:_PyUnicode_FastFill (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/
Dformatter_unicode.c374 _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/
Dunicodeobject.h669 PyAPI_FUNC(void) _PyUnicode_FastFill(
/external/python/cpython3/Objects/
Dunicodeobject.c10089 _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()