Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp154 int32_t groupSepLen = fGroupingSeparator.length(); in applyPatternWithoutExpandAffix() local
244 } else if (pattern.compare(pos, groupSepLen, fGroupingSeparator) == 0) { in applyPatternWithoutExpandAffix()
254 pos += groupSepLen; in applyPatternWithoutExpandAffix()
331 !pattern.compare(pos, groupSepLen, fGroupingSeparator) || in applyPatternWithoutExpandAffix()