Searched refs:_PyUnicodeWriter_WriteSubstring (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 530 _PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter *writer,
|
/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 887 if (_PyUnicodeWriter_WriteSubstring(writer, literal.str, in do_markup()
|
/external/python/cpython3/Modules/ |
D | timemodule.c | 955 if (_PyUnicodeWriter_WriteSubstring(&writer, format_arg, start, i) < 0) { in time_strftime()
|
D | _json.c | 422 if (_PyUnicodeWriter_WriteSubstring(&writer, pystr, end, next) < 0) { in scanstring_unicode()
|
D | _datetimemodule.c | 1918 if (_PyUnicodeWriter_WriteSubstring(&writer, format, start, end) < 0) { in wrap_strftime() 1933 if (_PyUnicodeWriter_WriteSubstring(&writer, format, start, flen) < 0) { in wrap_strftime()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.13.0a2.rst | 1435 * _PyUnicodeWriter_WriteSubstring()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 13440 _PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter *writer, PyObject *str, in _PyUnicodeWriter_WriteSubstring() function 14736 if (_PyUnicodeWriter_WriteSubstring(&ctx.writer, ctx.fmtstr, in PyUnicode_Format()
|
/external/python/cpython3/Doc/data/ |
D | python3.13.abi | 1346 …<elf-symbol name='_PyUnicodeWriter_WriteSubstring' type='func-type' binding='global-binding' visib… 10636 …_PyUnicodeWriter_WriteSubstring' mangled-name='_PyUnicodeWriter_WriteSubstring' filepath='Objects/…
|