Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dformatter.h140 } InternalFormatSpec; typedef
146 DEBUG_PRINT_FORMAT_SPEC(InternalFormatSpec *format)
171 InternalFormatSpec *format, in parse_internal_render_format_spec()
442 const InternalFormatSpec *format) in calc_number_widths()
673 format_string_internal(PyObject *value, const InternalFormatSpec *format) in format_string_internal()
739 format_int_or_long_internal(PyObject *value, const InternalFormatSpec *format, in format_int_or_long_internal()
931 const InternalFormatSpec *format) in format_float_internal()
1078 const InternalFormatSpec *format) in format_complex_internal()
1085 InternalFormatSpec tmp_format = *format; in format_complex_internal()
1310 InternalFormatSpec format; in FORMAT_STRING()
[all …]