Lines Matching refs:StringTest
47 class StringTest : public CPPUNIT_NS::TestCase class
49 CPPUNIT_TEST_SUITE(StringTest);
164 CPPUNIT_TEST_SUITE_REGISTRATION(StringTest);
169 void StringTest::constructor() in constructor()
185 void StringTest::trivial_char_compare() in trivial_char_compare()
193 void StringTest::reserve() in reserve()
210 void StringTest::mt() in mt()
254 void StringTest::short_string() in short_string()
325 void StringTest::erase() in erase()
375 void StringTest::data() in data()
410 void StringTest::c_str() in c_str()
432 void StringTest::null_char() in null_char()
454 void StringTest::insert() in insert()
530 void StringTest::replace() in replace()
610 void StringTest::resize() in resize()
638 void StringTest::find() in find()
663 void StringTest::bogus_edge_find() in bogus_edge_find()
760 void StringTest::rfind() in rfind()
781 void StringTest::find_last_of() in find_last_of()
799 void StringTest::find_last_not_of() in find_last_not_of()
823 void StringTest::copy() in copy()
854 void StringTest::assign() in assign()
889 void StringTest::short_string_optim_bug() in short_string_optim_bug()
904 void StringTest::compare() in compare()
950 void StringTest::template_expression() in template_expression()
1116 void StringTest::te_tmp() in te_tmp()
1149 void StringTest::oper_tmp() in oper_tmp()
1160 void StringTest::template_wexpression() in template_wexpression()
1272 void StringTest::io() in io()
1300 void StringTest::allocator_with_state() in allocator_with_state()
1399 void StringTest::capacity() in capacity()
1419 void StringTest::concat24() in concat24()