Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dunicode_format.h504 formatter = _PyUnicode_FormatAdvancedWriter; in render_field()
/external/python/cpython3/Include/
Dunicodeobject.h1003 PyAPI_FUNC(int) _PyUnicode_FormatAdvancedWriter(
/external/python/cpython3/Python/
Dformatter_unicode.c1419 _PyUnicode_FormatAdvancedWriter(_PyUnicodeWriter *writer, in _PyUnicode_FormatAdvancedWriter() function
/external/python/cpython3/Objects/
Dunicodeobject.c13825 ret = _PyUnicode_FormatAdvancedWriter(&writer, in unicode___format___impl()