Home
last modified time | relevance | path

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

/stdio-common/
A Dprintf_fp.c150 wchar_t thousands_sep, int ngroups);
840 int ngroups = 0; in __printf_fp_l() local
905 ngroups = __guess_grouping (intdig_max, grouping); in __printf_fp_l()
908 chars_needed += ngroups + 1; in __printf_fp_l()
1112 ngroups = __guess_grouping (intdig_no, grouping); in __printf_fp_l()
1116 ngroups); in __printf_fp_l()
1208 + ngroups * thousands_sep_len); in __printf_fp_l()
1333 if (ngroups == 0) in group_number()
1337 __wmemmove (buf + intdig_no + ngroups, buf + intdig_no, in group_number()
1340 p = buf + intdig_no + ngroups - 1; in group_number()
[all …]

Completed in 4 milliseconds