Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h687 _PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter *writer,
/third_party/python/Objects/stringlib/
Dunicode_format.h886 if (_PyUnicodeWriter_WriteSubstring(writer, literal.str, in do_markup()
/third_party/python/Objects/
Dunicodeobject.c13670 _PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter *writer, PyObject *str, in _PyUnicodeWriter_WriteSubstring() function
14997 if (_PyUnicodeWriter_WriteSubstring(&ctx.writer, ctx.fmtstr, in PyUnicode_Format()