Lines Matching refs:fastCopyFrom
1519 if(!test3.isBogus() || test3.fastCopyFrom(test1).isBogus() || test3!=test1) {
1520 errln("bogus.fastCopyFrom() failed");
2006 temp.fastCopyFrom(longString.tempSubString());
2010 temp.fastCopyFrom(longString.tempSubString(-3, 5));
2014 temp.fastCopyFrom(longString.tempSubString(17));
2018 temp.fastCopyFrom(longString.tempSubString(99));
2022 temp.fastCopyFrom(longString.tempSubStringBetween(6));
2026 temp.fastCopyFrom(longString.tempSubStringBetween(8, 18));
2032 temp.fastCopyFrom(bogusString.tempSubStringBetween(8, 18));