Home
last modified time | relevance | path

Searched defs:to_upper (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/convert/detail/
Dchar.hpp33 …template<> inline char_type to_upper ( char_type c) { return std::toupper(static_cast<uchar_type>… in to_upper() function
34 template<> inline uchar_type to_upper (uchar_type c) { return std::toupper(c); } in to_upper() function
35 template<> inline wchar_type to_upper (wchar_type c) { return std::towupper(c); } in to_upper() function
/third_party/boost/boost/locale/
Dconversion.hpp209 …std::basic_string<CharType> to_upper(std::basic_string<CharType> const &str,std::locale const &loc… in to_upper() function
220 … std::basic_string<CharType> to_upper(CharType const *str,std::locale const &loc=std::locale()) in to_upper() function
234 …std::basic_string<CharType> to_upper(CharType const *begin,CharType const *end,std::locale const &… in to_upper() function
/third_party/boost/boost/algorithm/string/
Dcase_conv.hpp156 inline void to_upper( in to_upper() function
/third_party/flutter/skia/src/utils/
DSkParsePath.cpp30 static inline int to_upper(int c) { in to_upper() function
/third_party/skia/src/utils/
DSkParsePath.cpp30 static inline int to_upper(int c) { in to_upper() function
/third_party/boost/libs/metaparse/tools/benchmark/include/
Dbenchmark_util.hpp273 struct to_upper<boost::metaparse::string<Cs...>> : struct