Home
last modified time | relevance | path

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

/third_party/python/Include/
Dlongobject.h178 PyAPI_FUNC(int) _PyLong_FormatWriter(
/third_party/python/Python/
Dformatter_unicode.c956 return _PyLong_FormatWriter(writer, value, base, format->alternate); in format_long_internal()
1477 return _PyLong_FormatWriter(writer, obj, 10, 0); in _PyLong_FormatAdvancedWriter()
/third_party/python/Objects/
Dlongobject.c1952 _PyLong_FormatWriter(_PyUnicodeWriter *writer, in _PyLong_FormatWriter() function
Dunicodeobject.c14942 if (_PyLong_FormatWriter(writer, v, base, alternate) == -1) { in mainformatlong()
15229 if (_PyLong_FormatWriter(writer, v, 10, arg->flags & F_ALT) == -1) in unicode_format_arg_format()