Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp179 int8_t groupingCount2 = -1; in applyPatternWithoutExpandAffix() local
250 groupingCount2 = groupingCount; in applyPatternWithoutExpandAffix()
506 groupingCount == 0 || groupingCount2 == 0 || in applyPatternWithoutExpandAffix()
572 out.fGroupingSize2 = (groupingCount2 > 0 && groupingCount2 != groupingCount) in applyPatternWithoutExpandAffix()
573 ? groupingCount2 : 0; in applyPatternWithoutExpandAffix()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat.java4701 byte groupingCount2 = -1; in applyPatternWithoutExpandAffix()
4790 groupingCount2 = groupingCount; in applyPatternWithoutExpandAffix()
5002 || groupingCount2 == 0 in applyPatternWithoutExpandAffix()
5062 this.groupingSize2 = (groupingCount2 > 0 && groupingCount2 != groupingCount) in applyPatternWithoutExpandAffix()
5063 ? groupingCount2 : 0; in applyPatternWithoutExpandAffix()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java4772 byte groupingCount2 = -1; in applyPatternWithoutExpandAffix()
4861 groupingCount2 = groupingCount; in applyPatternWithoutExpandAffix()
5073 || groupingCount2 == 0 in applyPatternWithoutExpandAffix()
5133 this.groupingSize2 = (groupingCount2 > 0 && groupingCount2 != groupingCount) in applyPatternWithoutExpandAffix()
5134 ? groupingCount2 : 0; in applyPatternWithoutExpandAffix()