Searched refs:PyUnicode_Fill (Results  1 – 7 of 7) sorted by relevance
| /external/python/cpython3/Doc/data/ | 
| D | refcounts.dat | 2771 PyUnicode_Fill:Py_ssize_t::: 2772 PyUnicode_Fill:PyObject*:unicode:0: 2773 PyUnicode_Fill:Py_ssize_t:start:: 2774 PyUnicode_Fill:Py_ssize_t:length:: 2775 PyUnicode_Fill:Py_UCS4:fill_char::
  | 
| D | python3.10.abi | 800 …<elf-symbol name='PyUnicode_Fill' type='func-type' binding='global-binding' visibility='default-vi… 11035 …PyUnicode_Fill' mangled-name='PyUnicode_Fill' filepath='Objects/unicodeobject.c' line='10559' colu…
  | 
| /external/python/cpython3/Include/cpython/ | 
| D | unicodeobject.h | 526 PyAPI_FUNC(Py_ssize_t) PyUnicode_Fill(
  | 
| /external/python/cpython3/Objects/ | 
| D | unicodeobject.c | 2802         if (PyUnicode_Fill(writer->buffer, writer->pos, fill, ' ') == -1)  in unicode_fromformat_write_str() 2994             if (PyUnicode_Fill(writer->buffer, writer->pos, fill, fillchar) == -1)  in unicode_fromformat_arg() 3000             if (PyUnicode_Fill(writer->buffer, writer->pos, fill, '0') == -1)  in unicode_fromformat_arg() 10576 PyUnicode_Fill(PyObject *unicode, Py_ssize_t start, Py_ssize_t length,  in PyUnicode_Fill()  function
  | 
| /external/python/cpython3/Doc/c-api/ | 
| D | unicode.rst | 607 .. c:function:: Py_ssize_t PyUnicode_Fill(PyObject *unicode, Py_ssize_t start, \
  | 
| /external/python/cpython3/Modules/ | 
| D | _testcapimodule.c | 2151     if (PyUnicode_Fill(to_copy, 0, PyUnicode_GET_LENGTH(to_copy), 0U) < 0) {  in unicode_copycharacters()
  | 
| /external/python/cpython3/Doc/whatsnew/ | 
| D | 3.3.rst | 2301 * :c:macro:`Py_UNICODE_FILL`: use :c:func:`PyUnicode_Fill`
  |