Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dformatter.h1100 NumberFieldWidths im_spec; in format_complex_internal() local
1257 n_im_total = calc_number_widths(&im_spec, 0, im_sign_char, p_im, in format_complex_internal()
1284 fill_number(p, &im_spec, p_im, n_im_digits, NULL, 0, &locale, 0); in format_complex_internal()
/external/python/cpython3/Python/
Dformatter_unicode.c1187 NumberFieldWidths im_spec; in format_complex_internal() local
1334 n_im_total = calc_number_widths(&im_spec, 0, im_sign_char, in format_complex_internal()
1378 result = fill_number(writer, &im_spec, in format_complex_internal()