Searched refs:_PyUnicodeWriter_WriteSubstring (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 685 _PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter *writer,
|
/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 886 if (_PyUnicodeWriter_WriteSubstring(writer, literal.str, in do_markup()
|
/external/python/cpython3/Modules/ |
D | _json.c | 448 if (_PyUnicodeWriter_WriteSubstring(&writer, pystr, end, next) < 0) { in scanstring_unicode()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 14248 _PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter *writer, PyObject *str, in _PyUnicodeWriter_WriteSubstring() function 15566 if (_PyUnicodeWriter_WriteSubstring(&ctx.writer, ctx.fmtstr, in PyUnicode_Format()
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 1246 …<elf-symbol name='_PyUnicodeWriter_WriteSubstring' type='func-type' binding='global-binding' visib… 11662 …_PyUnicodeWriter_WriteSubstring' mangled-name='_PyUnicodeWriter_WriteSubstring' filepath='Objects/…
|