Searched refs:groupSepLen (Results 1 – 2 of 2) sorted by relevance
167 int32_t groupSepLen = fGroupingSeparator.length(); in applyPatternWithoutExpandAffix() local257 } else if (pattern.compare(pos, groupSepLen, fGroupingSeparator) == 0) { in applyPatternWithoutExpandAffix()267 pos += groupSepLen; in applyPatternWithoutExpandAffix()344 !pattern.compare(pos, groupSepLen, fGroupingSeparator) || in applyPatternWithoutExpandAffix()
4849 int32_t groupSepLen = groupingSeparator.length(); in applyPatternWithoutExpandAffix() local4939 } else if (pattern.compare(pos, groupSepLen, groupingSeparator) == 0) { in applyPatternWithoutExpandAffix()4949 pos += groupSepLen; in applyPatternWithoutExpandAffix()5026 !pattern.compare(pos, groupSepLen, groupingSeparator) || in applyPatternWithoutExpandAffix()