Home
last modified time | relevance | path

Searched refs:to_title (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/locale/doc/
Dconversions.txt15 …er" , \ref boost::locale::to_lower "to_lower", \ref boost::locale::to_title "to_title", \ref boost…
28 <<"Title "<< boost::locale::to_title(grussen) << std::endl
/third_party/boost/libs/locale/examples/
Dhello.cpp36 cout<<"This is title case "<<to_title("Hello World!")<<endl; in main()
Dwhello.cpp39 wcout<<L"This is title case "<<to_title(L"Hello World!")<<endl; in main()
/third_party/boost/boost/locale/
Dconversion.hpp286 …std::basic_string<CharType> to_title(std::basic_string<CharType> const &str,std::locale const &loc… in to_title() function
297 … std::basic_string<CharType> to_title(CharType const *str,std::locale const &loc=std::locale()) in to_title() function
311 …std::basic_string<CharType> to_title(CharType const *begin,CharType const *end,std::locale const &… in to_title() function
/third_party/boost/libs/locale/test/
Dtest_convert.cpp62 TEST_V(to_title,"façadE world","Façade World"); \