Home | History | Annotate | Download | only in common

Lines Matching refs:isNonDigit

707 #define isNonDigit(ch) (ch < '0' || '9' < ch)
713 while (id[idx] && isNonDigit(id[idx]) && id[idx] != ',') {