Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp3948 int32_t digitLen = digit.length(); in applyPatternWithoutExpandAffix() local
4005 if (pattern.compare(pos, digitLen, digit) == 0) { in applyPatternWithoutExpandAffix()
4014 pos += digitLen; in applyPatternWithoutExpandAffix()
4125 if (!pattern.compare(pos, digitLen, digit) || in applyPatternWithoutExpandAffix()