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

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

Completed in 49 milliseconds