Home
last modified time | relevance | path

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

/third_party/boost/libs/locale/test/
Dtest_codepage.cpp198 #define TESTF(X) TEST_THROWS(X,boost::locale::conv::conversion_error) macro
214 TESTF(to_utf<Char>(source,encoding,stop)); in test_to_neg()
215 TESTF(to_utf<Char>(source.c_str(),encoding,stop)); in test_to_neg()
216 TESTF(to_utf<Char>(source.c_str(),source.c_str()+source.size(),encoding,stop)); in test_to_neg()
217 TESTF(to_utf<Char>(source,l,stop)); in test_to_neg()
218 TESTF(to_utf<Char>(source.c_str(),l,stop)); in test_to_neg()
219 TESTF(to_utf<Char>(source.c_str(),source.c_str()+source.size(),l,stop)); in test_to_neg()
236 TESTF(from_utf<Char>(source,encoding,stop)); in test_from_neg()
237 TESTF(from_utf<Char>(source.c_str(),encoding,stop)); in test_from_neg()
238 TESTF(from_utf<Char>(source.c_str(),source.c_str()+source.size(),encoding,stop)); in test_from_neg()
[all …]