Searched defs:IsLetter (Results 1 – 5 of 5) sorted by relevance
39 inline constexpr bool IsLetter(char ch) { in IsLetter() function
175 static bool IsLetter(char ch) { in IsLetter() function
152 bool IsLetter(char32 codepoint) const { in IsLetter() function
654 bool IsLetter(char32 codepoint) { in IsLetter() function
74 inline bool IsLetter(char c) { in IsLetter() function