Home
last modified time | relevance | path

Searched refs:tgtu (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/locale/test/
Dtest_posix_convert.cpp29 void test_one(std::locale const &l,std::string src,std::string tgtl,std::string tgtu) in test_one() argument
31 …st::locale::to_upper(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(tgtu,l)); in test_one()
Dtest_std_convert.cpp29 void test_one(std::locale const &l,std::string src,std::string tgtl,std::string tgtu) in test_one() argument
31 …st::locale::to_upper(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(tgtu,l)); in test_one()
Dtest_winapi_convert.cpp26 void test_one(std::locale const &l,std::string src,std::string tgtl,std::string tgtu) in test_one() argument
28 …st::locale::to_upper(to_correct_string<CharType>(src,l),l) == to_correct_string<CharType>(tgtu,l)); in test_one()