Home | History | Annotate | Download | only in symbolize

Lines Matching refs:IsDigit

290 static bool IsDigit(char c) {
309 if (str[i] != '.' || !IsDigit(str[i + 1])) {
313 while (IsDigit(str[i])) {
636 if (IsDigit(*p)) {
657 if (!IsDigit(*p) && !(*p >= 'a' && *p <= 'f')) {
673 if (!IsDigit(*p) && !(*p >= 'A' && *p <= 'Z')) {