Searched refs:_PyUnicodeWriter_WriteSubstring (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Include/cpython/ |
| D | unicodeobject.h | 800 _PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter *writer,
|
| /third_party/python/Objects/stringlib/ |
| D | unicode_format.h | 888 if (_PyUnicodeWriter_WriteSubstring(writer, literal.str, in do_markup()
|
| /third_party/python/Modules/ |
| D | _json.c | 450 if (_PyUnicodeWriter_WriteSubstring(&writer, pystr, end, next) < 0) { in scanstring_unicode()
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 13952 _PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter *writer, PyObject *str, in _PyUnicodeWriter_WriteSubstring() function 15264 if (_PyUnicodeWriter_WriteSubstring(&ctx.writer, ctx.fmtstr, in PyUnicode_Format()
|