Lines Matching full:isalpha
784 def IsAlpha(str):786 if not (char.isalpha() or char.isdigit() or char == '_'):836 elif IsAlpha(self.Current()):838 while self.HasMore() and IsAlpha(self.Current()):881 elif IsAlpha(scan.Current()):887 if not IsAlpha(scan.Current()):