Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c2574 unicode_fromformat_write_cstr(_PyUnicodeWriter *writer, const char *str, in unicode_fromformat_write_cstr() function
2797 if (unicode_fromformat_write_cstr(writer, s, width, precision) < 0) in unicode_fromformat_arg()
2823 if (unicode_fromformat_write_cstr(writer, str, width, precision) < 0) in unicode_fromformat_arg()