Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dlongobject.h193 PyAPI_FUNC(int) _PyLong_FormatAdvancedWriter(
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h506 formatter = _PyLong_FormatAdvancedWriter; in render_field()
/external/python/cpython3/Python/
Dformatter_unicode.c1455 _PyLong_FormatAdvancedWriter(_PyUnicodeWriter *writer, in _PyLong_FormatAdvancedWriter() function
/external/python/cpython3/Objects/
Dlongobject.c4907 ret = _PyLong_FormatAdvancedWriter( in int___format___impl()