Searched defs:to_upper (Results 1 – 6 of 6) sorted by relevance
33 …template<> inline char_type to_upper ( char_type c) { return std::toupper(static_cast<uchar_type>… in to_upper() function34 template<> inline uchar_type to_upper (uchar_type c) { return std::toupper(c); } in to_upper() function35 template<> inline wchar_type to_upper (wchar_type c) { return std::towupper(c); } in to_upper() function
209 …std::basic_string<CharType> to_upper(std::basic_string<CharType> const &str,std::locale const &loc… in to_upper() function220 … std::basic_string<CharType> to_upper(CharType const *str,std::locale const &loc=std::locale()) in to_upper() function234 …std::basic_string<CharType> to_upper(CharType const *begin,CharType const *end,std::locale const &… in to_upper() function
156 inline void to_upper( in to_upper() function
30 static inline int to_upper(int c) { in to_upper() function
273 struct to_upper<boost::metaparse::string<Cs...>> : struct