Home | History | Annotate | Download | only in tools

Lines Matching refs:IsAlpha

883 def IsAlpha(str):
885 if not (char.isalpha() or char.isdigit() or char == '_'):
935 elif IsAlpha(self.Current()):
937 while self.HasMore() and IsAlpha(self.Current()):
983 elif IsAlpha(scan.Current()):
989 if not IsAlpha(scan.Current()):