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.c989 const char *src, mpd_ssize_t n_src, /* integer part and length */ in _mpd_add_sep_dot() argument
1016 if (*g == 0 || *g == CHAR_MAX || consume > n_src) { in _mpd_add_sep_dot()
1017 consume = n_src; in _mpd_add_sep_dot()
1019 n_src -= consume; in _mpd_add_sep_dot()
1024 _mbstr_copy_ascii(dest, src+n_src, consume); in _mpd_add_sep_dot()
1027 if (n_src == 0) { in _mpd_add_sep_dot()
1034 n_src = spec->min_width - (dest->nchars + n_sign); in _mpd_add_sep_dot()
1055 if (pad && n_src > 1) n_src -= 1; in _mpd_add_sep_dot()