Home | History | Annotate | Download | only in tools

Lines Matching refs:IsAlpha

848 def IsAlpha(str):
850 if not (char.isalpha() or char.isdigit() or char == '_'):
900 elif IsAlpha(self.Current()):
902 while self.HasMore() and IsAlpha(self.Current()):
945 elif IsAlpha(scan.Current()):
951 if not IsAlpha(scan.Current()):