Searched refs:toFind (Results 1 - 1 of 1) sorted by relevance

/ropes-1.1.3/src/org/ahmadsoft/ropes/test/
H A DPerformanceTest.java321 String toFind = "consumes faster than Labor wears; while the used key is always bright,";
325 stats0[j] = PerformanceTest.stringFindTest(bensAuto_RAW, toFind);
326 stats1[j] = PerformanceTest.stringBufferFindTest(bensAuto_RAW, toFind);
327 stats2[j] = PerformanceTest.ropeFindTest(bensAuto_RAW, toFind);
339 toFind = "Bob was very cheerful with them, and spoke pleasantly to";
343 stats0[j] = PerformanceTest.stringFindTest2(complexString, toFind);
344 stats1[j] = PerformanceTest.stringBufferFindTest2(complexStringBuffer, toFind);
345 stats2[j] = PerformanceTest.ropeFindTest2(complexRope, toFind);
368 private static long stringFindTest(char[] aChristmasCarol, String toFind) { argument
373 int loc = b.indexOf(toFind);
379 stringBufferFindTest(char[] aChristmasCarol, String toFind) argument
390 ropeFindTest(char[] aChristmasCarol, String toFind) argument
401 stringFindTest2(String aChristmasCarol, String toFind) argument
411 stringBufferFindTest2(StringBuffer aChristmasCarol, String toFind) argument
421 ropeFindTest2(Rope aChristmasCarol, String toFind) argument
[all...]

Completed in 4 milliseconds