Home | History | Annotate | Download | only in src

Lines Matching refs:IsDecimalDigit

4687     if (IsDecimalDigit(c)) {
4726 if (!IsDecimalDigit(current())) {
4730 while (IsDecimalDigit(current())) {
4736 } while (IsDecimalDigit(current()));
4753 while (IsDecimalDigit(current())) {
4758 } while (IsDecimalDigit(current()));