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