Searched defs:IsUpper (Results 1 – 3 of 3) sorted by relevance
309 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
48 #define IsUpper(c) ((c) >= 'A' && (c) <= 'Z') macro
115159 static bool IsUpper(char aChar) { return NS_IsUpper(aChar); } in IsUpper() function in nsCRT