Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp3976 int8_t groupingCount2 = -1; in applyPatternWithoutExpandAffix() local
4047 groupingCount2 = groupingCount; in applyPatternWithoutExpandAffix()
4303 groupingCount == 0 || groupingCount2 == 0 || in applyPatternWithoutExpandAffix()
4382 fGroupingSize2 = (groupingCount2 > 0 && groupingCount2 != groupingCount) in applyPatternWithoutExpandAffix()
4383 ? groupingCount2 : 0; in applyPatternWithoutExpandAffix()