Lines Matching full:grouping
1026 int8_t fGrouping1; // -3 means "bogus"; -2 means "needs locale data"; -1 means "no grouping"
1462 * Specifies the grouping strategy to use when formatting numbers.
1465 * <li>Default grouping: "12,300" and "1,230"
1466 * <li>Grouping with at least 2 digits: "12,300" and "1230"
1467 * <li>No grouping: "12300" and "1230"
1471 * The exact grouping widths will be chosen based on the locale.
1477 * NumberFormatter::with().grouping(Grouper::min2())
1480 * The default is to perform grouping without concern for the minimum grouping digits.
1483 * The grouping strategy to use.
1490 Derived grouping(const Grouper &grouper) const;
1521 * Specifies the symbols (decimal separator, grouping separator, percent sign, numerals, etc.) to use when rendering
1906 * If a field occurs multiple times in an output string, such as a grouping separator, this method will only ever