Lines Matching refs:nDigits
3142 int32_t nDigits = pos.getIndex() - oldPos;3143 if (nDigits > maxDigits) {3145 nDigits -= maxDigits;3146 while (nDigits > 0) {3148 nDigits--;