Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp167 int32_t groupSepLen = fGroupingSeparator.length(); in applyPatternWithoutExpandAffix() local
257 } else if (pattern.compare(pos, groupSepLen, fGroupingSeparator) == 0) { in applyPatternWithoutExpandAffix()
267 pos += groupSepLen; in applyPatternWithoutExpandAffix()
344 !pattern.compare(pos, groupSepLen, fGroupingSeparator) || in applyPatternWithoutExpandAffix()
/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp4849 int32_t groupSepLen = groupingSeparator.length(); in applyPatternWithoutExpandAffix() local
4939 } else if (pattern.compare(pos, groupSepLen, groupingSeparator) == 0) { in applyPatternWithoutExpandAffix()
4949 pos += groupSepLen; in applyPatternWithoutExpandAffix()
5026 !pattern.compare(pos, groupSepLen, groupingSeparator) || in applyPatternWithoutExpandAffix()