Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcomplexobject.h58 PyAPI_FUNC(int) _PyComplex_FormatAdvancedWriter(
/third_party/python/Objects/
Dcomplexobject.c685 ret = _PyComplex_FormatAdvancedWriter( in complex___format___impl()
/third_party/python/Objects/stringlib/
Dunicode_format.h515 formatter = _PyComplex_FormatAdvancedWriter; in render_field()
/third_party/python/Python/
Dformatter_unicode.c1565 _PyComplex_FormatAdvancedWriter(_PyUnicodeWriter *writer, in _PyComplex_FormatAdvancedWriter() function