Searched defs:ToUpper (Results 1 – 3 of 3) sorted by relevance
247 char ToUpper(char ch) { return IsLower(ch) ? (ch - 'a' + 'A') : ch; } in ToUpper() function
190 inline string ToUpper(const string& s) { in ToUpper() function
226 ToUpper, enumerator