Searched refs:isNonDigit (Results 1 – 1 of 1) sorted by relevance
715 #define isNonDigit(ch) (ch < '0' || '9' < ch) macro721 while (id[idx] && isNonDigit(id[idx]) && id[idx] != ',') { in isValidOlsonID()