Lines Matching full:grouping
71 * An enum declaring the strategy for when and how to display grouping separators (i.e., the
85 * The default is AUTO, which displays grouping separators unless the locale data says that grouping
86 …* is not customary. To force grouping for all numbers greater than 1000 consistently across locale…
87 * use ON_ALIGNED. On the other hand, to display grouping less frequently than the default, use MIN2
91 * Note: This enum specifies the strategy for grouping sizes. To set which character to use as the
92 * grouping separator, use the "symbols" setter.
98 * Do not display grouping separators in any locale.
105 * Display grouping using locale defaults, except do not show grouping on values smaller than
109 * Note that locales may restrict grouping separators to be displayed only on 1 million or
110 * greater (for example, ee and hu) or disable grouping altogether (for example, bg currency).
121 * Display grouping using the default strategy for all locales. This is the default behavior.
124 * Note that locales may restrict grouping separators to be displayed only on 1 million or
125 * greater (for example, ee and hu) or disable grouping altogether (for example, bg currency).
136 * Always display the grouping separator on values of at least 1000.
139 … * This option ignores the locale data that restricts or disables grouping, described in MIN2 and
153 * locale data for determining the grouping strategy.