Searched refs:to_correct_string (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/libs/locale/test/ |
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() 32 …TEST(boost::locale::to_lower(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(… in test_one() 33 …TEST(boost::locale::fold_case(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() 32 …TEST(boost::locale::to_lower(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(… in test_one() 33 …TEST(boost::locale::fold_case(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>… in test_one()
|
D | test_winapi_convert.cpp | 28 …TEST(boost::locale::to_upper(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(… in test_one() 29 …TEST(boost::locale::to_lower(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(… in test_one() 30 …TEST(boost::locale::fold_case(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>… in test_one()
|
D | test_formatting.cpp | 66 TESTEQ(ss.str(),to_correct_string<CharType>(expected,loc)); \ 107 to_correct_string<CharType>(actual,loc); \ 130 ss.str(to_correct_string<CharType>(actual,loc)); \ 136 ss.str(to_correct_string<CharType>(std::string(actual)+"@",loc)); \ 172 std::basic_string<CharType> fmt = to_correct_string<CharType>(f,loc); \ 174 TESTEQ(ss.str(),to_correct_string<CharType>(exp,loc)); \ 175 ss.str(to_correct_string<CharType>("",loc)); \ 178 TESTEQ(ss.str(),to_correct_string<CharType>(exp,loc)); \ 179 …TESTEQ( (boost::locale::basic_format<CharType>(fmt) % v).str(loc),to_correct_string<CharType>(exp,…
|
D | test_locale_tools.hpp | 19 std::basic_string<Char> to_correct_string(std::string const &e,std::locale /*l*/) in to_correct_string() function 26 inline std::string to_correct_string(std::string const &e,std::locale l) in to_correct_string() function
|
D | test_posix_collate.cpp | 38 std::basic_string<CharType> a=to_correct_string<CharType>(ia,l); in test_one() 39 std::basic_string<CharType> b=to_correct_string<CharType>(ib,l); in test_one()
|
D | test_std_collate.cpp | 39 std::basic_string<CharType> a=to_correct_string<CharType>(ia,l); in test_one() 40 std::basic_string<CharType> b=to_correct_string<CharType>(ib,l); in test_one()
|
D | test_message.cpp | 72 string_type expected=to_correct_string<Char>(iexpected,l); in strings_equal() 121 string_type expected=to_correct_string<Char>(iexpected,l); in strings_equal() 165 string_type expected=to_correct_string<Char>(iexpected,l); in strings_equal() 212 string_type expected=to_correct_string<Char>(iexpected,l); in strings_equal()
|
D | test_posix_formatting.cpp | 71 TEST(ss.str()==to_correct_string<CharType>("1045.45",l)); in test_by_char()
|
D | test_std_formatting.cpp | 77 TEST(ss.str()==to_correct_string<CharType>("1045.45",l)); in test_by_char()
|
D | test_boundary.cpp | 345 chunks.push_back(to_correct_string<Char>(original[i],l)); in run_word()
|