Lines Matching refs:digit
1720 byte digit = number[pos] - '0';1721 if (digit > '9' - '0') return false;1722 invalid_last_digit = (digit == 0);