Home | History | Annotate | Download | only in src

Lines Matching refs:digit

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