Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dio.c973 const char *src, mpd_ssize_t n_src, /* integer part and length */ in _mpd_add_sep_dot() argument
1000 if (*g == 0 || *g == CHAR_MAX || consume > n_src) { in _mpd_add_sep_dot()
1001 consume = n_src; in _mpd_add_sep_dot()
1003 n_src -= consume; in _mpd_add_sep_dot()
1008 _mbstr_copy_ascii(dest, src+n_src, consume); in _mpd_add_sep_dot()
1011 if (n_src == 0) { in _mpd_add_sep_dot()
1018 n_src = spec->min_width - (dest->nchars + n_sign); in _mpd_add_sep_dot()
1039 if (pad && n_src > 1) n_src -= 1; in _mpd_add_sep_dot()