Searched refs:IsAlphanumeric (Results 1 – 1 of 1) sorted by relevance
76 inline bool IsAlphanumeric(char c) { in IsAlphanumeric() function84 if (!IsAlphanumeric((*input)[len])) { in ConsumeKey()