Lines Matching defs:copy
67 CPPUNIT_TEST(copy);126 void copy();823 void StringTest::copy()828 s.copy(dest, 4);836 s.copy(dest, 4, 2);843 s.copy(dest, 4, 5);884 * pass it to the helper function. It uses the copy constructor for this.