Searched defs:IsUpper (Results 1 – 4 of 4) sorted by relevance
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