Home
last modified time | relevance | path

Searched defs:grouping_state (Results 1 – 2 of 2) sorted by relevance

/NextBSD/lib/libc/stdio/
HDvfprintf.c82 struct grouping_state { struct
97 grouping_init(struct grouping_state *gs, int ndigits, locale_t loc) in grouping_init() argument
HDvfwprintf.c84 struct grouping_state { struct
85 wchar_t thousands_sep; /* locale-specific thousands separator */
86 const char *grouping; /* locale-specific numeric grouping rules */
87 int lead; /* sig figs before decimal or group sep */
88 int nseps; /* number of group separators with ' */
89 int nrepeats; /* number of repeats of the last group */