Searched refs:fill_number (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/stringlib/ |
D | formatter.h | 556 fill_number(STRINGLIB_CHAR *buf, const NumberFieldWidths *spec, in fill_number() function 904 fill_number(STRINGLIB_STR(result), &spec, pnumeric_chars, n_digits, in format_int_or_long_internal() 1058 fill_number(STRINGLIB_STR(result), &spec, p, n_digits, NULL, in format_float_internal() 1281 fill_number(p, &re_spec, p_re, n_re_digits, NULL, 0, &locale, 0); 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/ |
D | formatter_unicode.c | 599 fill_number(_PyUnicodeWriter *writer, const NumberFieldWidths *spec, in fill_number() function 1000 result = fill_number(writer, &spec, in format_long_internal() 1148 result = fill_number(writer, &spec, in format_float_internal() 1370 result = fill_number(writer, &re_spec, in format_complex_internal() 1378 result = fill_number(writer, &im_spec, in format_complex_internal()
|