Home
last modified time | relevance | path

Searched refs:_PyUnicodeWriter_WriteASCIIString (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Python/
Dcontext.c876 if (_PyUnicodeWriter_WriteASCIIString( in contextvar_tp_repr()
893 if (_PyUnicodeWriter_WriteASCIIString(&writer, " default=", 9) < 0) { in contextvar_tp_repr()
1103 if (_PyUnicodeWriter_WriteASCIIString(&writer, "<Token", 6) < 0) { in token_tp_repr()
1108 if (_PyUnicodeWriter_WriteASCIIString(&writer, " used", 5) < 0) { in token_tp_repr()
1113 if (_PyUnicodeWriter_WriteASCIIString(&writer, " var=", 5) < 0) { in token_tp_repr()
Dast_unparse.c25 return _PyUnicodeWriter_WriteASCIIString(writer, charp, -1); in append_charp()
687 if (-1 == _PyUnicodeWriter_WriteASCIIString(writer, ":", 1) || in append_formattedvalue()
Dformatter_unicode.c1102 result = _PyUnicodeWriter_WriteASCIIString(writer, buf, n_digits); in format_float_internal()
/external/python/cpython3/Objects/
Dtupleobject.c303 if (_PyUnicodeWriter_WriteASCIIString(&writer, ", ", 2) < 0) in tuplerepr()
324 if (_PyUnicodeWriter_WriteASCIIString(&writer, ",)", 2) < 0) in tuplerepr()
Dstructseq.c227 if (_PyUnicodeWriter_WriteASCIIString(&writer, ", ", 2) < 0) { in structseq_repr()
Ddictobject.c2047 if (_PyUnicodeWriter_WriteASCIIString(&writer, ", ", 2) < 0) in dict_repr()
2060 if (_PyUnicodeWriter_WriteASCIIString(&writer, ": ", 2) < 0) in dict_repr()
Dunicodeobject.c2808 if (_PyUnicodeWriter_WriteASCIIString(writer, buffer, len) < 0) in unicode_fromformat_arg()
2831 if (_PyUnicodeWriter_WriteASCIIString(writer, number, len) < 0) in unicode_fromformat_arg()
2983 if (_PyUnicodeWriter_WriteASCIIString(&writer, f, len) < 0) in PyUnicode_FromFormatV()
13705 _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer, in _PyUnicodeWriter_WriteASCIIString() function
14141 if (_PyUnicodeWriter_WriteASCIIString(writer, p, len) < 0) { in formatfloat()
Dlistobject.c411 if (_PyUnicodeWriter_WriteASCIIString(&writer, ", ", 2) < 0) in list_repr()
/external/python/cpython3/Include/cpython/
Dunicodeobject.h696 _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer,