Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c234 _PyUnicodeWriter_WriteCharInline(_PyUnicodeWriter *writer, Py_UCS4 ch);
2882 if (_PyUnicodeWriter_WriteCharInline(writer, ordinal) < 0) in unicode_fromformat_arg()
3064 if (_PyUnicodeWriter_WriteCharInline(writer, '%') < 0) in unicode_fromformat_arg()
4751 if (_PyUnicodeWriter_WriteCharInline(&writer, ch2) < 0) in PyUnicode_DecodeUTF7Stateful()
4757 if (_PyUnicodeWriter_WriteCharInline(&writer, surrogate) < 0) in PyUnicode_DecodeUTF7Stateful()
4767 if (_PyUnicodeWriter_WriteCharInline(&writer, outCh) < 0) in PyUnicode_DecodeUTF7Stateful()
4791 if (_PyUnicodeWriter_WriteCharInline(&writer, surrogate) < 0) in PyUnicode_DecodeUTF7Stateful()
4807 if (_PyUnicodeWriter_WriteCharInline(&writer, '+') < 0) in PyUnicode_DecodeUTF7Stateful()
4825 if (_PyUnicodeWriter_WriteCharInline(&writer, ch) < 0) in PyUnicode_DecodeUTF7Stateful()
5180 if (_PyUnicodeWriter_WriteCharInline(&writer, ch) < 0) in unicode_decode_utf8()
[all …]