Searched defs:IsAlpha (Results 1 – 5 of 5) sorted by relevance
41 constexpr bool IsAlpha(char c) in IsAlpha() function
119 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha() function
27 static bool IsAlpha(std::string_view str) in IsAlpha() function
121 bool IsAlpha() const in IsAlpha() function
646 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha() function