Home
last modified time | relevance | path

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

/third_party/python/Python/
Dast_unparse.c634 _PyUnicodeWriter_Dealloc(&body_writer); in build_fstring_body()
967 _PyUnicodeWriter_Dealloc(&writer); in expr_as_unicode()
Dcontext.c952 _PyUnicodeWriter_Dealloc(&writer); in contextvar_tp_repr()
1164 _PyUnicodeWriter_Dealloc(&writer); in token_tp_repr()
Dhamt.c2518 _PyUnicodeWriter_Dealloc(&writer); in hamt_dump()
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c713 _PyUnicodeWriter_Dealloc(&buf.writer); in _multibytecodec_MultibyteCodec_decode_impl()
1199 _PyUnicodeWriter_Dealloc(&buf.writer); in _multibytecodec_MultibyteIncrementalDecoder_decode_impl()
1494 _PyUnicodeWriter_Dealloc(&buf.writer); in mbstreamreader_iread()
/third_party/python/Objects/
Dunionobject.c346 _PyUnicodeWriter_Dealloc(&writer); in union_repr()
Dstructseq.c316 _PyUnicodeWriter_Dealloc(&writer); in structseq_repr()
Dgenericaliasobject.c155 _PyUnicodeWriter_Dealloc(&writer); in ga_repr()
Dunicodeobject.c3191 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_FromFormatV()
4944 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeUTF7Stateful()
4961 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeUTF7Stateful()
5322 _PyUnicodeWriter_Dealloc(&writer); in unicode_decode_utf8()
5896 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeUTF32Stateful()
6230 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeUTF16Stateful()
6659 _PyUnicodeWriter_Dealloc(&writer); in _PyUnicode_DecodeUnicodeEscapeInternal()
6963 _PyUnicodeWriter_Dealloc(&writer); in _PyUnicode_DecodeRawUnicodeEscapeStateful()
7489 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeASCII()
8522 _PyUnicodeWriter_Dealloc(&writer); in PyUnicode_DecodeCharmap()
[all …]
Dcomplexobject.c690 _PyUnicodeWriter_Dealloc(&writer); in complex___format___impl()
Dtupleobject.c370 _PyUnicodeWriter_Dealloc(&writer); in tuplerepr()
Dfloatobject.c1856 _PyUnicodeWriter_Dealloc(&writer); in float___format___impl()
Dlistobject.c412 _PyUnicodeWriter_Dealloc(&writer); in list_repr()
Ddictobject.c2170 _PyUnicodeWriter_Dealloc(&writer); in dict_repr()
Dlongobject.c5079 _PyUnicodeWriter_Dealloc(&writer); in int___format___impl()
/third_party/python/Include/cpython/
Dunicodeobject.h715 _PyUnicodeWriter_Dealloc(_PyUnicodeWriter *writer);
/third_party/python/Objects/stringlib/
Dunicode_format.h927 _PyUnicodeWriter_Dealloc(&writer); in build_string()
/third_party/python/Modules/
D_json.c550 _PyUnicodeWriter_Dealloc(&writer); in scanstring_unicode()