Home
last modified time | relevance | path

Searched refs:to_correct_string (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/locale/test/
Dtest_posix_convert.cpp31 …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()
Dtest_std_convert.cpp31 …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()
Dtest_winapi_convert.cpp28 …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()
Dtest_formatting.cpp66 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,…
Dtest_locale_tools.hpp19 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
Dtest_posix_collate.cpp38 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()
Dtest_std_collate.cpp39 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()
Dtest_message.cpp72 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()
Dtest_posix_formatting.cpp71 TEST(ss.str()==to_correct_string<CharType>("1045.45",l)); in test_by_char()
Dtest_std_formatting.cpp77 TEST(ss.str()==to_correct_string<CharType>("1045.45",l)); in test_by_char()
Dtest_boundary.cpp345 chunks.push_back(to_correct_string<Char>(original[i],l)); in run_word()