Searched defs:IsLetter (Results 1 – 6 of 6) sorted by relevance
90 func IsLetter(r rune) bool { func
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
64 inline bool IsLetter(char c) { in IsLetter() function