Lines Matching refs:isNonDigit
703 #define isNonDigit(ch) (ch < '0' || '9' < ch)709 while (id[idx] && isNonDigit(id[idx]) && id[idx] != ',') {