Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp3241 int32_t digitLen = digit.length(); in applyPattern() local
3299 if (pattern.compare(pos, digitLen, digit) == 0) { in applyPattern()
3308 pos += digitLen; in applyPattern()
3419 if (!pattern.compare(pos, digitLen, digit) || in applyPattern()