Searched refs:_PyLong_FormatWriter (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/ |
D | longobject.h | 197 PyAPI_FUNC(int) _PyLong_FormatWriter(
|
/external/python/cpython3/Python/ |
D | formatter_unicode.c | 950 return _PyLong_FormatWriter(writer, value, base, format->alternate); in format_long_internal() 1471 return _PyLong_FormatWriter(writer, obj, 10, 0); in _PyLong_FormatAdvancedWriter()
|
/external/python/cpython3/Objects/ |
D | longobject.c | 2069 _PyLong_FormatWriter(_PyUnicodeWriter *writer, in _PyLong_FormatWriter() function
|
D | unicodeobject.c | 14687 if (_PyLong_FormatWriter(writer, v, base, alternate) == -1) { in mainformatlong() 14981 if (_PyLong_FormatWriter(writer, v, 10, arg->flags & F_ALT) == -1) in unicode_format_arg_format()
|