Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h835 PyAPI_FUNC(int) _PyUnicode_FormatAdvancedWriter(
/third_party/python/Objects/stringlib/
Dunicode_format.h511 formatter = _PyUnicode_FormatAdvancedWriter; in render_field()
/third_party/python/Python/
Dformatter_unicode.c1451 _PyUnicode_FormatAdvancedWriter(_PyUnicodeWriter *writer, in _PyUnicode_FormatAdvancedWriter() function
/third_party/python/Objects/
Dunicodeobject.c14104 ret = _PyUnicode_FormatAdvancedWriter(&writer, in unicode___format___impl()