Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dformatter_unicode.c377 _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()
/external/python/cpython3/Include/cpython/
Dunicodeobject.h535 PyAPI_FUNC(void) _PyUnicode_FastFill(
/external/python/cpython3/Objects/
Dunicodeobject.c10293 _PyUnicode_FastFill(PyObject *unicode, Py_ssize_t start, Py_ssize_t length, in _PyUnicode_FastFill() function
10337 _PyUnicode_FastFill(unicode, start, length, fill_char); in PyUnicode_Fill()