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.c2814 unicode_fromformat_write_cstr(_PyUnicodeWriter *writer, const char *str, in unicode_fromformat_write_cstr() function
3037 if (unicode_fromformat_write_cstr(writer, s, width, precision) < 0) in unicode_fromformat_arg()
3063 if (unicode_fromformat_write_cstr(writer, str, width, precision) < 0) in unicode_fromformat_arg()