Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c2774 unicode_fromformat_write_str(_PyUnicodeWriter *writer, PyObject *str, in unicode_fromformat_write_str() function
2835 res = unicode_fromformat_write_str(writer, unicode, width, -1); in unicode_fromformat_write_cstr()
3047 if (unicode_fromformat_write_str(writer, obj, width, precision) == -1) in unicode_fromformat_arg()
3058 if (unicode_fromformat_write_str(writer, obj, width, precision) == -1) in unicode_fromformat_arg()
3077 if (unicode_fromformat_write_str(writer, str, width, precision) == -1) { in unicode_fromformat_arg()
3093 if (unicode_fromformat_write_str(writer, repr, width, precision) == -1) { in unicode_fromformat_arg()
3109 if (unicode_fromformat_write_str(writer, ascii, width, precision) == -1) { in unicode_fromformat_arg()