Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_long.h91 PyAPI_FUNC(int) _PyLong_FormatAdvancedWriter(
/third_party/python/Objects/stringlib/
Dunicode_format.h513 formatter = _PyLong_FormatAdvancedWriter; in render_field()
/third_party/python/Python/
Dformatter_unicode.c1487 _PyLong_FormatAdvancedWriter(_PyUnicodeWriter *writer, in _PyLong_FormatAdvancedWriter() function
/third_party/python/Objects/
Dlongobject.c5475 ret = _PyLong_FormatAdvancedWriter( in int___format___impl()