Lines Matching refs:_PyUnicodeWriter_Dealloc
3090 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_FromFormatV()
4737 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeUTF7Stateful()
4754 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeUTF7Stateful()
5124 _PyUnicodeWriter_Dealloc(&writer); in unicode_decode_utf8()
5698 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeUTF32Stateful()
6032 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeUTF16Stateful()
6448 _PyUnicodeWriter_Dealloc(&writer); in _PyUnicode_DecodeUnicodeEscape()
6723 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeRawUnicodeEscape()
7241 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeASCII()
8255 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeCharmap()
9173 _PyUnicodeWriter_Dealloc(&writer); in _PyUnicode_TranslateCharmap()
9242 _PyUnicodeWriter_Dealloc(&writer); in _PyUnicode_TranslateCharmap()
14129 _PyUnicodeWriter_Dealloc(_PyUnicodeWriter *writer) in _PyUnicodeWriter_Dealloc() function
14171 _PyUnicodeWriter_Dealloc(&writer); in unicode___format___impl()
15341 _PyUnicodeWriter_Dealloc(&ctx.writer); in PyUnicode_Format()