Searched refs:groupingCount (Results 1 – 1 of 1) sorted by relevance
4499 int8_t groupingCount = -1; in applyPatternWithoutExpandAffix() local4535 if (groupingCount >= 0 && decimalPos < 0) { in applyPatternWithoutExpandAffix()4536 ++groupingCount; in applyPatternWithoutExpandAffix()4559 if (groupingCount >= 0 && decimalPos < 0) { in applyPatternWithoutExpandAffix()4560 ++groupingCount; in applyPatternWithoutExpandAffix()4571 groupingCount2 = groupingCount; in applyPatternWithoutExpandAffix()4572 groupingCount = 0; in applyPatternWithoutExpandAffix()4596 if (groupingCount >= 0) { in applyPatternWithoutExpandAffix()4827 groupingCount == 0 || groupingCount2 == 0 || in applyPatternWithoutExpandAffix()4904 setGroupingUsed(groupingCount > 0); in applyPatternWithoutExpandAffix()[all …]