Searched refs:_PyUnicodeWriter_PrepareKind (Results 1 – 2 of 2) sorted by relevance
938 #define _PyUnicodeWriter_PrepareKind(WRITER, KIND) \ macro
4921 if (_PyUnicodeWriter_PrepareKind(&writer, PyUnicode_2BYTE_KIND) < 0) in PyUnicode_DecodeUTF8Stateful()6994 if (_PyUnicodeWriter_PrepareKind(&writer, PyUnicode_2BYTE_KIND) < 0) in PyUnicode_DecodeASCII()