Searched refs:_PyUnicodeWriter_WriteASCIIString (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/python/cpython3/Python/ |
D | context.c | 915 if (_PyUnicodeWriter_WriteASCIIString( in contextvar_tp_repr() 932 if (_PyUnicodeWriter_WriteASCIIString(&writer, " default=", 9) < 0) { in contextvar_tp_repr() 1135 if (_PyUnicodeWriter_WriteASCIIString(&writer, "<Token", 6) < 0) { in token_tp_repr() 1140 if (_PyUnicodeWriter_WriteASCIIString(&writer, " used", 5) < 0) { in token_tp_repr() 1145 if (_PyUnicodeWriter_WriteASCIIString(&writer, " var=", 5) < 0) { in token_tp_repr()
|
D | ast_unparse.c | 33 return _PyUnicodeWriter_WriteASCIIString(writer, charp, -1); in append_charp() 710 if (-1 == _PyUnicodeWriter_WriteASCIIString(writer, ":", 1) || in append_formattedvalue()
|
D | formatter_unicode.c | 1131 result = _PyUnicodeWriter_WriteASCIIString(writer, buf, n_digits); in format_float_internal()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | genericaliasobject.c | 134 if (_PyUnicodeWriter_WriteASCIIString(&writer, "*", 1) < 0) { in ga_repr() 141 if (_PyUnicodeWriter_WriteASCIIString(&writer, "[", 1) < 0) { in ga_repr() 146 if (_PyUnicodeWriter_WriteASCIIString(&writer, ", ", 2) < 0) { in ga_repr() 157 if (_PyUnicodeWriter_WriteASCIIString(&writer, "()", 2) < 0) { in ga_repr() 161 if (_PyUnicodeWriter_WriteASCIIString(&writer, "]", 1) < 0) { in ga_repr()
|
D | unionobject.c | 192 return _PyUnicodeWriter_WriteASCIIString(writer, "None", 4); in union_repr_item() 259 if (i > 0 && _PyUnicodeWriter_WriteASCIIString(&writer, " | ", 3) < 0) { in union_repr()
|
D | tupleobject.c | 256 if (_PyUnicodeWriter_WriteASCIIString(&writer, ", ", 2) < 0) in tuplerepr() 277 if (_PyUnicodeWriter_WriteASCIIString(&writer, ",)", 2) < 0) in tuplerepr()
|
D | structseq.c | 264 if (_PyUnicodeWriter_WriteASCIIString(&writer, ", ", 2) < 0) { in structseq_repr()
|
D | unicodeobject.c | 2951 if (_PyUnicodeWriter_WriteASCIIString(writer, buffer, len) < 0) in unicode_fromformat_arg() 2974 if (_PyUnicodeWriter_WriteASCIIString(writer, number, len) < 0) in unicode_fromformat_arg() 3126 if (_PyUnicodeWriter_WriteASCIIString(&writer, f, len) < 0) in PyUnicode_FromFormatV() 13960 _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer, in _PyUnicodeWriter_WriteASCIIString() function 14393 if (_PyUnicodeWriter_WriteASCIIString(writer, p, len) < 0) { in formatfloat()
|
D | dictobject.c | 2438 if (_PyUnicodeWriter_WriteASCIIString(&writer, ", ", 2) < 0) in dict_repr() 2451 if (_PyUnicodeWriter_WriteASCIIString(&writer, ": ", 2) < 0) in dict_repr()
|
D | listobject.c | 407 if (_PyUnicodeWriter_WriteASCIIString(&writer, ", ", 2) < 0) in list_repr()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 809 _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 809 _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer,
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 809 _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 809 _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 809 _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer,
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1255 …<elf-symbol name='_PyUnicodeWriter_WriteASCIIString' type='func-type' binding='global-binding' vis… 10254 …_PyUnicodeWriter_WriteASCIIString' mangled-name='_PyUnicodeWriter_WriteASCIIString' filepath='Obje…
|