Lines Matching refs:digit
416 int digit = (int)(n & 0xf);418 q.append(hexdigits[digit]);436 int digit = (n & 0xf);438 q.append(hexdigits[digit]);