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