/third_party/boost/boost/convert/detail/ |
D | char.hpp | 28 template<typename char_type> inline char_type to_upper(char_type); 33 …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/libs/algorithm/string/test/ |
D | conv_test.cpp | 72 to_upper( str2 ); in conv_test() 78 to_upper( pch2 ); in conv_test() 83 to_upper( str3 ); in conv_test()
|
/third_party/boost/libs/locale/doc/ |
D | conversions.txt | 15 … term_normalization "normalization". These are \ref boost::locale::to_upper "to_upper" , \ref boos… 26 std::cout <<"Upper "<< boost::locale::to_upper(grussen) << std::endl 41 You may notice that there are existing functions \c to_upper and \c to_lower in the Boost.StringAlg… 48 …std::wcout << boost::algorithm::to_upper_copy(grussen) << " " << boost::locale::to_upper(grussen) … 64 …std::cout << boost::algorithm::to_upper_copy(grussen) << " " << boost::locale::to_upper(grussen) <…
|
/third_party/boost/libs/algorithm/string/example/ |
D | find_example.cpp | 32 to_upper( range ); in main() 51 to_upper( crange ); in main()
|
D | replace_example.cpp | 36 to_upper(Temp); in upcase_formatter()
|
/third_party/boost/libs/locale/performance/ |
D | perf_convert.cpp | 45 boost::locale::to_upper(all[j]); in main() 48 std::cout << boost::locale::to_upper(all[j]) << std::endl; in main()
|
/third_party/boost/tools/auto_index/src/ |
D | auto_index.hpp | 57 …index_entry(const std::string& k) : key(k), sort_key(k), preferred(false) { boost::to_upper(sort_… in index_entry() 58 …onst std::string& i) : key(k), sort_key(k), id(i), preferred(false) { boost::to_upper(sort_key); } in index_entry() 59 …ing& c) : key(k), sort_key(k), id(i), category(c), preferred(false) { boost::to_upper(sort_key); } in index_entry()
|
/third_party/boost/boost/algorithm/string/ |
D | case_conv.hpp | 156 inline void to_upper( in to_upper() function 171 using algorithm::to_upper;
|
/third_party/wayland_standard/ |
D | meson.build | 30 config_h.set('HAVE_' + h.underscorify().to_upper(), cc.has_header(h)) 42 config_h.set('HAVE_' + f.underscorify().to_upper(), cc.has_function(f))
|
/third_party/glib/glib/gnulib/ |
D | meson.build | 178 math_h_config.set ('HAVE_DECL_' + f.to_upper (), compiles ? 1 : 0) 337 math_h_config.set ('HAVE_@0@'.format(f.to_upper()), links ? 1 : 0) 338 math_h_config.set ('HAVE_@0@_IN_LIBC'.format(f.to_upper()), links ? 1 : 0) 339 math_h_config.set ('REPLACE_@0@'.format(f.to_upper()), links ? 0 : 1)
|
/third_party/boost/libs/locale/test/ |
D | test_convert.cpp | 60 TEST_V(to_upper,"grüßen i","GRÜSSEN I"); \ 66 TEST_V(to_upper,"i","İ"); \
|
D | test_posix_convert.cpp | 31 …TEST(boost::locale::to_upper(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(… in test_one()
|
D | test_std_convert.cpp | 31 …TEST(boost::locale::to_upper(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(… in test_one()
|
/third_party/boost/boost/locale/ |
D | conversion.hpp | 209 …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/libs/locale/examples/ |
D | conversions.cpp | 30 cout<<" German grüßen correctly converted to "<<to_upper("grüßen")<<", instead of incorrect " in main()
|
D | hello.cpp | 34 cout<<"This is upper case "<<to_upper("Hello World!")<<endl; in main()
|
D | whello.cpp | 37 wcout<<L"This is upper case "<<to_upper(L"Hello World!")<<endl; in main()
|
D | wconversions.cpp | 59 …wcout<<L" German grüßen correctly converted to "<<to_upper(L"grüßen")<<L", instead of incorrect " in main()
|
/third_party/flutter/skia/src/utils/ |
D | SkParsePath.cpp | 30 static inline int to_upper(int c) { in to_upper() function 104 op = (char) to_upper(op); in FromSVGString()
|
/third_party/skia/src/utils/ |
D | SkParsePath.cpp | 30 static inline int to_upper(int c) { in to_upper() function 104 op = (char) to_upper(op); in FromSVGString()
|
/third_party/weston/ |
D | meson.build | 86 config_h.set('HAVE_' + func.to_upper(), 1) 95 config_h.set('HAVE_' + hdr.underscorify().to_upper(), 1)
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | meson.build | 32 cdata.set10('HAVE_MAKEDEV_IN_' + name.to_upper(), have_makedev)
|
/third_party/boost/libs/metaparse/tools/benchmark/include/ |
D | benchmark_util.hpp | 270 struct to_upper; 273 struct to_upper<boost::metaparse::string<Cs...>> : struct 280 #define TEST_STRING(...) to_upper< __VA_ARGS__ >::type CAT(v, __LINE__);
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | meson.build | 213 conf.set('HAVE_@0@'.format(name.to_upper()), 1) 289 conf.set('HAVE_@0@'.format(name.to_upper().underscorify()), 1) 324 conf.set('HAVE_@0@'.format(name.to_upper()), 1)
|
/third_party/harfbuzz/ |
D | meson.build | 217 conf.set('HAVE_@0@'.format(name.to_upper()), 1) 298 conf.set('HAVE_@0@'.format(name.to_upper().underscorify()), 1) 333 conf.set('HAVE_@0@'.format(name.to_upper()), 1)
|