/third_party/boost/libs/algorithm/string/test/ |
D | conv_test.cpp | 70 to_lower( str1 ); in conv_test() 76 to_lower( pch1 ); in conv_test() 81 to_lower( str3 ); in conv_test()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | ReactorDebugInfo.cpp | 29 std::string to_lower(std::string str) in to_lower() function 46 return to_lower(str).substr(strLen - suffixLen) == to_lower(suffix); in endswith_lower()
|
/third_party/boost/libs/algorithm/test/ |
D | hex_test1.cpp | 90 boost::algorithm::to_lower( arg ); in test_from_hex_success() 91 boost::algorithm::to_lower( one ); in test_from_hex_success() 92 boost::algorithm::to_lower( two ); in test_from_hex_success() 93 boost::algorithm::to_lower( three ); in test_from_hex_success() 94 boost::algorithm::to_lower( four ); in test_from_hex_success()
|
/third_party/boost/libs/locale/performance/ |
D | perf_convert.cpp | 46 boost::locale::to_lower(all[j]); in main() 49 std::cout << boost::locale::to_lower(all[j]) << std::endl; in main()
|
/third_party/boost/libs/locale/doc/ |
D | conversions.txt | 15 … are \ref boost::locale::to_upper "to_upper" , \ref boost::locale::to_lower "to_lower", \ref boost… 27 <<"Lower "<< boost::locale::to_lower(grussen) << std::endl 41 You may notice that there are existing functions \c to_upper and \c to_lower in the Boost.StringAlg…
|
/third_party/boost/boost/algorithm/string/ |
D | case_conv.hpp | 91 inline void to_lower( in to_lower() function 169 using algorithm::to_lower;
|
/third_party/boost/tools/inspect/ |
D | link_check.cpp | 164 boost::algorithm::to_lower(tag); in inspect() 166 boost::algorithm::to_lower(attribute); in inspect() 181 boost::algorithm::to_lower(bookmark_lowercase); in inspect() 217 boost::algorithm::to_lower(type); in inspect()
|
/third_party/flutter/skia/bench/ |
D | RotatedRectBench.cpp | 64 static SkString to_lower(const char* str) { in to_lower() function 176 fName.appendf("_%s", to_lower(SkBlendMode_Name(fMode)).c_str()); in makeName()
|
/third_party/skia/bench/ |
D | RotatedRectBench.cpp | 64 static SkString to_lower(const char* str) { in to_lower() function 176 fName.appendf("_%s", to_lower(SkBlendMode_Name(fMode)).c_str()); in makeName()
|
/third_party/boost/libs/locale/test/ |
D | test_convert.cpp | 61 TEST_V(to_lower,"Façade","façade"); \ 67 TEST_V(to_lower,"İ","i"); \
|
D | test_posix_convert.cpp | 32 …TEST(boost::locale::to_lower(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(… in test_one()
|
D | test_std_convert.cpp | 32 …TEST(boost::locale::to_lower(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(… in test_one()
|
D | test_winapi_convert.cpp | 29 …TEST(boost::locale::to_lower(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(… in test_one()
|
/third_party/boost/libs/algorithm/string/example/ |
D | conv_example.cpp | 35 to_lower( str1 ); in main()
|
/third_party/boost/boost/locale/ |
D | conversion.hpp | 248 …std::basic_string<CharType> to_lower(std::basic_string<CharType> const &str,std::locale const &loc… in to_lower() function 259 … std::basic_string<CharType> to_lower(CharType const *str,std::locale const &loc=std::locale()) in to_lower() function 273 …std::basic_string<CharType> to_lower(CharType const *begin,CharType const *end,std::locale const &… in to_lower() function
|
/third_party/boost/libs/locale/examples/ |
D | conversions.cpp | 33 …cout<<" Greek ὈΔΥΣΣΕΎΣ is correctly converted to "<<to_lower("ὈΔΥΣΣΕΎΣ")<<", instead of incorrec… in main()
|
D | hello.cpp | 35 cout<<"This is lower case "<<to_lower("Hello World!")<<endl; in main()
|
D | whello.cpp | 38 wcout<<L"This is lower case "<<to_lower(L"Hello World!")<<endl; in main()
|
D | wconversions.cpp | 62 …wcout<<L" Greek ὈΔΥΣΣΕΎΣ is correctly converted to "<<to_lower(L"ὈΔΥΣΣΕΎΣ")<<L", instead of inco… in main()
|
/third_party/boost/boost/process/detail/windows/ |
D | search_path.hpp | 56 boost::to_lower(ext); in search_path()
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | meson.build | 42 set_variable('have_' + f.get(3).to_lower().underscorify(), have_vpx_feature)
|
/third_party/libsoup/libsoup/ |
D | meson.build | 324 symbol_prefix : soup_ns.to_lower(), 362 symbol_prefix : soup_ns.to_lower(),
|
/third_party/boost/libs/geometry/test/io/wkt/ |
D | wkt.cpp | 113 boost::to_lower(e); in test_wrong_wkt()
|
/third_party/glib/glib/ |
D | gscanner.c | 278 #define to_lower(c) ( \ macro 652 *d = to_lower (*c); in g_scanner_lookup_internal() 712 *c = to_lower (*c); in g_scanner_scope_add_symbol()
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 589 boost/algorithm/to_lower.html
|