Searched refs:IsAlpha (Results 1 – 5 of 5) sorted by relevance
272 static bool IsAlpha(char c) { in IsAlpha() function288 if (IsAlpha(str[0]) || str[0] == '_') { in MaybeAppendWithLength()701 IsAlpha(state->mangled_cur[1]))) { in ParseOperatorName()
784 def IsAlpha(str): function836 elif IsAlpha(self.Current()):838 while self.HasMore() and IsAlpha(self.Current()):881 elif IsAlpha(scan.Current()):887 if not IsAlpha(scan.Current()):
120 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ ) in IsAlpha() function in TiXmlBase402 && ( IsAlpha( (unsigned char) *p, encoding ) || *p == '_' ) ) in ReadName()855 else if ( IsAlpha( *(p+1), encoding ) in Identify()
170 - Made the IsAlpha and IsAlphaNum much more tolerant of non-UTF-8 encodings. Thanks
339 static int IsAlpha( unsigned char anyByte, TiXmlEncoding encoding );