Home | History | Annotate | Download | only in intltest

Lines Matching refs:fastCopyFrom

1513     if(!test3.isBogus() || test3.fastCopyFrom(test1).isBogus() || test3!=test1) {
1514 errln("bogus.fastCopyFrom() failed");
2001 temp.fastCopyFrom(longString.tempSubString());
2005 temp.fastCopyFrom(longString.tempSubString(-3, 5));
2009 temp.fastCopyFrom(longString.tempSubString(17));
2013 temp.fastCopyFrom(longString.tempSubString(99));
2017 temp.fastCopyFrom(longString.tempSubStringBetween(6));
2021 temp.fastCopyFrom(longString.tempSubStringBetween(8, 18));
2027 temp.fastCopyFrom(bogusString.tempSubStringBetween(8, 18));