Searched defs:ToUpper (Results 1 – 5 of 5) sorted by relevance
117 char ToUpper(char ch) { return IsLower(ch) ? (ch - 'a' + 'A') : ch; } in ToUpper() function
288 char ToUpper(char c) { in ToUpper() function292 std::string ToUpper(const std::string& in) { in ToUpper() function
191 inline void ToUpper(string* s) { UpperString(s); } in ToUpper() function193 inline string ToUpper(const string& s) { in ToUpper() function
242 void ToUpper(std::string *str) in ToUpper() function
244 char ToUpper(char ch) { in ToUpper() function