Searched defs:IsUpper (Results 1 – 10 of 10) sorted by relevance
120 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
184 func IsUpper(r rune) bool { func
396 function IsUpper(const C: Char): Boolean; in IsUpper() function426 function IsUpper(const C: Char): Boolean; in IsUpper() function
60 bool UniLibBase::IsUpper(char32 codepoint) const { in IsUpper() function in libtextclassifier3::UniLibBase
553 bool IsUpper(char32 codepoint) { in IsUpper() function
313 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
37 bool IsUpper(char c) { return 'A' <= c && c <= 'Z'; } in IsUpper() function