Searched refs:format_spec_len (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Objects/stringlib/ |
D | formatter.h | 170 Py_ssize_t format_spec_len, in parse_internal_render_format_spec() argument 176 STRINGLIB_CHAR *end = format_spec + format_spec_len; in parse_internal_render_format_spec() 1308 Py_ssize_t format_spec_len) in FORMAT_STRING() argument 1315 if (format_spec_len == 0) { in FORMAT_STRING() 1321 if (!parse_internal_render_format_spec(format_spec, format_spec_len, in FORMAT_STRING() 1345 Py_ssize_t format_spec_len, in format_int_or_long() argument 1354 if (format_spec_len == 0) { in format_int_or_long() 1361 format_spec_len, in format_int_or_long() 1426 Py_ssize_t format_spec_len) in FORMAT_LONG() argument 1428 return format_int_or_long(obj, format_spec, format_spec_len, in FORMAT_LONG() [all …]
|
D | string_format.h | 568 Py_ssize_t format_spec_len = format_spec->ptr ? in render_field() local 595 result = formatter(fieldobj, format_spec_start, format_spec_len); in render_field() 601 format_spec_len); in render_field()
|
/external/python/cpython2/Include/ |
D | intobject.h | 79 Py_ssize_t format_spec_len);
|
D | complexobject.h | 61 Py_ssize_t format_spec_len);
|
D | floatobject.h | 128 Py_ssize_t format_spec_len);
|
D | longobject.h | 130 Py_ssize_t format_spec_len);
|
D | stringobject.h | 205 Py_ssize_t format_spec_len);
|
D | unicodeobject.h | 563 Py_ssize_t format_spec_len);
|