Searched refs:to_title (Results 1 – 5 of 5) sorted by relevance
15 …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
36 cout<<"This is title case "<<to_title("Hello World!")<<endl; in main()
39 wcout<<L"This is title case "<<to_title(L"Hello World!")<<endl; in main()
286 …std::basic_string<CharType> to_title(std::basic_string<CharType> const &str,std::locale const &loc… in to_title() function297 … std::basic_string<CharType> to_title(CharType const *str,std::locale const &loc=std::locale()) in to_title() function311 …std::basic_string<CharType> to_title(CharType const *begin,CharType const *end,std::locale const &… in to_title() function
62 TEST_V(to_title,"façadE world","Façade World"); \