Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c905 _PyUnicodeWriter_Dealloc(&writer); in contextvar_tp_repr()
1103 _PyUnicodeWriter_Dealloc(&writer); in token_tp_repr()
Dast_unparse.c603 _PyUnicodeWriter_Dealloc(&body_writer); in build_fstring_body()
914 _PyUnicodeWriter_Dealloc(&writer); in expr_as_unicode()
Dhamt.c2536 _PyUnicodeWriter_Dealloc(&writer); in hamt_dump()
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c690 _PyUnicodeWriter_Dealloc(&buf.writer); in _multibytecodec_MultibyteCodec_decode_impl()
1122 _PyUnicodeWriter_Dealloc(&buf.writer); in _multibytecodec_MultibyteIncrementalDecoder_decode_impl()
1362 _PyUnicodeWriter_Dealloc(&buf.writer); in mbstreamreader_iread()
/external/python/cpython3/Objects/
Dunicodeobject.c2951 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_FromFormatV()
4578 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeUTF7Stateful()
4595 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeUTF7Stateful()
4954 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeUTF8Stateful()
5382 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeUTF32Stateful()
5716 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeUTF16Stateful()
6132 _PyUnicodeWriter_Dealloc(&writer); in _PyUnicode_DecodeUnicodeEscape()
6407 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeRawUnicodeEscape()
6603 _PyUnicodeWriter_Dealloc(&writer); in _PyUnicode_DecodeUnicodeInternal()
7029 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeASCII()
[all …]
Dtupleobject.c331 _PyUnicodeWriter_Dealloc(&writer); in tuplerepr()
Dcomplexobject.c739 _PyUnicodeWriter_Dealloc(&writer); in complex__format__()
Dfloatobject.c1832 _PyUnicodeWriter_Dealloc(&writer); in float___format___impl()
Dlistobject.c386 _PyUnicodeWriter_Dealloc(&writer); in list_repr()
Ddictobject.c2000 _PyUnicodeWriter_Dealloc(&writer); in dict_repr()
Dlongobject.c4912 _PyUnicodeWriter_Dealloc(&writer); in int___format___impl()
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h922 _PyUnicodeWriter_Dealloc(&writer); in build_string()
/external/python/cpython3/Include/
Dunicodeobject.h997 _PyUnicodeWriter_Dealloc(_PyUnicodeWriter *writer);