Lines Matching refs:fastCopyFrom
1493 if(!test3.isBogus() || test3.fastCopyFrom(test1).isBogus() || test3!=test1) {
1494 errln("bogus.fastCopyFrom() failed");
1985 temp.fastCopyFrom(longString.tempSubString());
1989 temp.fastCopyFrom(longString.tempSubString(-3, 5));
1993 temp.fastCopyFrom(longString.tempSubString(17));
1997 temp.fastCopyFrom(longString.tempSubString(99));
2001 temp.fastCopyFrom(longString.tempSubStringBetween(6));
2005 temp.fastCopyFrom(longString.tempSubStringBetween(8, 18));
2011 temp.fastCopyFrom(bogusString.tempSubStringBetween(8, 18));