Lines Matching full:didx
1062 for (int32_t didx = dl.getCount()-1; didx>=dl.getDecimalAt(); didx--) {1071 int64_t digit = didx>=0 ? dl.getDigit(didx) - '0' : 0;