Home
last modified time | relevance | path

Searched refs:to_lower (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/libs/algorithm/string/test/
Dconv_test.cpp70 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/
DReactorDebugInfo.cpp29 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/
Dhex_test1.cpp90 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/
Dperf_convert.cpp46 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/
Dconversions.txt15 … 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/
Dcase_conv.hpp91 inline void to_lower( in to_lower() function
169 using algorithm::to_lower;
/third_party/boost/tools/inspect/
Dlink_check.cpp164 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/
DRotatedRectBench.cpp64 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/
DRotatedRectBench.cpp64 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/
Dtest_convert.cpp61 TEST_V(to_lower,"Façade","façade"); \
67 TEST_V(to_lower,"İ","i"); \
Dtest_posix_convert.cpp32 …TEST(boost::locale::to_lower(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(… in test_one()
Dtest_std_convert.cpp32 …TEST(boost::locale::to_lower(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(… in test_one()
Dtest_winapi_convert.cpp29 …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/
Dconv_example.cpp35 to_lower( str1 ); in main()
/third_party/boost/boost/locale/
Dconversion.hpp248 …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/
Dconversions.cpp33 …cout<<" Greek ὈΔΥΣΣΕΎΣ is correctly converted to "<<to_lower("ὈΔΥΣΣΕΎΣ")<<", instead of incorrec… in main()
Dhello.cpp35 cout<<"This is lower case "<<to_lower("Hello World!")<<endl; in main()
Dwhello.cpp38 wcout<<L"This is lower case "<<to_lower(L"Hello World!")<<endl; in main()
Dwconversions.cpp62 …wcout<<L" Greek ὈΔΥΣΣΕΎΣ is correctly converted to "<<to_lower(L"ὈΔΥΣΣΕΎΣ")<<L", instead of inco… in main()
/third_party/boost/boost/process/detail/windows/
Dsearch_path.hpp56 boost::to_lower(ext); in search_path()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dmeson.build42 set_variable('have_' + f.get(3).to_lower().underscorify(), have_vpx_feature)
/third_party/libsoup/libsoup/
Dmeson.build324 symbol_prefix : soup_ns.to_lower(),
362 symbol_prefix : soup_ns.to_lower(),
/third_party/boost/libs/geometry/test/io/wkt/
Dwkt.cpp113 boost::to_lower(e); in test_wrong_wkt()
/third_party/glib/glib/
Dgscanner.c278 #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/
Ddoc_HTML.manifest589 boost/algorithm/to_lower.html

12