Searched refs:_PyUnicodeWriter_PrepareKind (Results 1 – 2 of 2) sorted by relevance
656 #define _PyUnicodeWriter_PrepareKind(WRITER, KIND) \ macro
5289 if (_PyUnicodeWriter_PrepareKind(&writer, PyUnicode_2BYTE_KIND) < 0) in unicode_decode_utf8()7454 if (_PyUnicodeWriter_PrepareKind(&writer, PyUnicode_2BYTE_KIND) < 0) in PyUnicode_DecodeASCII()