Searched defs:separators (Results 1 – 2 of 2) sorted by relevance
1001 int separators = (flags & PRINT_F_QUOTE); in fmtint() local 1114 int separators = (flags & PRINT_F_QUOTE); in fmtflt() local 1398 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) / 3; getnumsep() local [all...]
50 inline const char *separators(Style style) { in separators() function