Searched defs:IsAlpha (Results 1 – 5 of 5) sorted by relevance
311 bool IsAlpha(char ch) { return IsLower(ch) || IsUpper(ch); } in IsAlpha() function
129 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ ) in IsAlpha() function in TiXmlBase
127 bool IsAlpha(const std::string& str, size_t min, size_t max) { in IsAlpha() function
379 static bool IsAlpha(char c) { in IsAlpha() function
1057 def IsAlpha(str): function