Searched refs:IsAlpha (Results 1 – 8 of 8) sorted by relevance
61 (!IsAlpha(prev_char) && IsLower(*p)) || in ConvertIdentifierNameToWords()
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 );
883 def IsAlpha(str): function935 elif IsAlpha(self.Current()):937 while self.HasMore() and IsAlpha(self.Current()):983 elif IsAlpha(scan.Current()):989 if not IsAlpha(scan.Current()):
1529 inline bool IsAlpha(char ch) {
1480 inline bool IsAlpha(char ch) {
1516 inline bool IsAlpha(char ch) {