Searched refs:ngroups (Results 1 – 1 of 1) sorted by relevance
150 wchar_t thousands_sep, int ngroups);840 int ngroups = 0; in __printf_fp_l() local905 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