Home
last modified time | relevance | path

Searched refs:groupingCount (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Ddecimfmt.cpp4499 int8_t groupingCount = -1; in applyPatternWithoutExpandAffix() local
4535 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 …]