Searched defs:IsAlpha (Results 1 – 2 of 2) sorted by relevance
564 static bool IsAlpha(char c) { in IsAlpha() function
240 #define IsAlpha(X) isalpha((unsigned char)X) macro