Lines Matching full:grouping
30 * Check for grouping size in subFormat()
1318 // ignore grouping char. No decimals, so it has to be an ignorable grouping sep
1417 // We now have a string of digits, possibly with grouping symbols,
1426 int32_t lastGroup = -1; // after which digit index did we last see a grouping separator?
1427 int32_t currGroup = -1; // for temporary storage the digit index of the current grouping separator
1448 // equivalent grouping and decimal support
1525 // Cancel out backup setting (see grouping handler below)
1562 // Ignore grouping characters, if we are using them, but require
1569 // Once we see a grouping character, we only accept that grouping character from then on.
1684 // only set with strictParse and a grouping separator error
2724 // Gets the grouping size of the number pattern. For example, thousand or 10
2734 // Gets the grouping size of the number pattern.