Searched refs:InternalFormatSpec (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/stringlib/ |
D | formatter.h | 140 } 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 …]
|
/external/python/cpython3/Python/ |
D | formatter_unicode.c | 137 } InternalFormatSpec; typedef 142 DEBUG_PRINT_FORMAT_SPEC(InternalFormatSpec *format) 167 InternalFormatSpec *format, in parse_internal_render_format_spec() 474 const InternalFormatSpec *format, Py_UCS4 *maxchar) in calc_number_widths() 761 format_string_internal(PyObject *value, const InternalFormatSpec *format, in format_string_internal() 846 format_long_internal(PyObject *value, const InternalFormatSpec *format, in format_long_internal() 1018 const InternalFormatSpec *format, in format_float_internal() 1165 const InternalFormatSpec *format, in format_complex_internal() 1173 InternalFormatSpec tmp_format = *format; in format_complex_internal() 1427 InternalFormatSpec format; in _PyUnicode_FormatAdvancedWriter() [all …]
|