Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h723 PyAPI_FUNC(int) _PyUnicode_FormatAdvancedWriter(
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h509 formatter = _PyUnicode_FormatAdvancedWriter; in render_field()
/external/python/cpython3/Python/
Dformatter_unicode.c1422 _PyUnicode_FormatAdvancedWriter(_PyUnicodeWriter *writer, in _PyUnicode_FormatAdvancedWriter() function
/external/python/cpython3/Objects/
Dunicodeobject.c14167 ret = _PyUnicode_FormatAdvancedWriter(&writer, in unicode___format___impl()