Searched refs:tgtu (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/locale/test/ |
D | test_posix_convert.cpp | 29 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()
|
D | test_std_convert.cpp | 29 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()
|
D | test_winapi_convert.cpp | 26 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()
|