Lines Matching defs:ToUpper
2795 inline char ToUpper(char ch) {2796 return static_cast<char>(toupper(static_cast<unsigned char>(ch)));