Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h688 _PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter *writer,
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h886 if (_PyUnicodeWriter_WriteSubstring(writer, literal.str, in do_markup()
/external/python/cpython3/Modules/
D_json.c445 if (_PyUnicodeWriter_WriteSubstring(&writer, pystr, end, next) < 0) { in scanstring_unicode()
/external/python/cpython3/Objects/
Dunicodeobject.c13988 _PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter *writer, PyObject *str, in _PyUnicodeWriter_WriteSubstring() function
15318 if (_PyUnicodeWriter_WriteSubstring(&ctx.writer, ctx.fmtstr, in PyUnicode_Format()