Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c936 _PyUnicodeWriter_Dealloc(&writer); in contextvar_tp_repr()
1148 _PyUnicodeWriter_Dealloc(&writer); in token_tp_repr()
Dast_unparse.c629 _PyUnicodeWriter_Dealloc(&body_writer); in build_fstring_body()
962 _PyUnicodeWriter_Dealloc(&writer); in expr_as_unicode()
Dhamt.c2537 _PyUnicodeWriter_Dealloc(&writer); in hamt_dump()
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c680 _PyUnicodeWriter_Dealloc(&buf.writer); in _multibytecodec_MultibyteCodec_decode_impl()
1202 _PyUnicodeWriter_Dealloc(&buf.writer); in _multibytecodec_MultibyteIncrementalDecoder_decode_impl()
1523 _PyUnicodeWriter_Dealloc(&buf.writer); in mbstreamreader_iread()
/external/python/cpython3/Objects/
Dstructseq.c277 _PyUnicodeWriter_Dealloc(&writer); in structseq_repr()
Dgenericaliasobject.c154 _PyUnicodeWriter_Dealloc(&writer); in ga_repr()
Dunicodeobject.c3090 _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()
[all …]
Dtupleobject.c324 _PyUnicodeWriter_Dealloc(&writer); in tuplerepr()
Dcomplexobject.c728 _PyUnicodeWriter_Dealloc(&writer); in complex__format__()
Dfloatobject.c1810 _PyUnicodeWriter_Dealloc(&writer); in float___format___impl()
Dlistobject.c398 _PyUnicodeWriter_Dealloc(&writer); in list_repr()
Ddictobject.c2118 _PyUnicodeWriter_Dealloc(&writer); in dict_repr()
Dlongobject.c5178 _PyUnicodeWriter_Dealloc(&writer); in int___format___impl()
/external/python/cpython3/Include/cpython/
Dunicodeobject.h718 _PyUnicodeWriter_Dealloc(_PyUnicodeWriter *writer);
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h927 _PyUnicodeWriter_Dealloc(&writer); in build_string()
/external/python/cpython3/Modules/
D_json.c547 _PyUnicodeWriter_Dealloc(&writer); in scanstring_unicode()