Searched defs:IsUpper (Results 1 – 7 of 7) sorted by relevance
120 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
313 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
60 bool UniLibBase::IsUpper(char32 codepoint) const { in IsUpper() function in libtextclassifier3::UniLibBase
553 bool IsUpper(char32 codepoint) { in IsUpper() function
36 bool IsUpper(char c) { return 'A' <= c && c <= 'Z'; } in IsUpper() function