Lines Matching full:late
104 @bench('"BC" in ("AB"*300+"C")', "late match, two characters", 1000)
112 "late match, 100 characters", 100)
125 "late match, 100 characters", 100)
181 @bench('("AB"*300+"C").find("BC")', "late match, two characters", 1000)
189 @bench('("AB"*300+"CA").find("CA")', "late match, two characters", 1000)
198 "late match, 100 characters", 100)
210 "late match, 100 characters", 100)
265 @bench('("C"+"AB"*300).rfind("CA")', "late match, two characters", 1000)
273 @bench('("BC"+"AB"*300).rfind("BC")', "late match, two characters", 1000)
282 "late match, 100 characters", 100)
294 "late match, 100 characters", 100)
325 @bench('("AB"*300+"C").index("BC")', "late match, two characters", 1000)
334 "late match, 100 characters", 100)
364 @bench('("C"+"AB"*300).rindex("CA")', "late match, two characters", 1000)
373 "late match, 100 characters", 100)
420 @bench('("AB"*300+"C").partition("BC")', "late match, two characters", 1000)
429 "late match, 100 characters", 100)
476 @bench('("C"+"AB"*300).rpartition("CA")', "late match, two characters", 1000)
485 "late match, 100 characters", 100)
532 @bench('("AB"*300+"C").split("BC", 1)', "late match, two characters", 1000)
541 "late match, 100 characters", 100)
588 @bench('("C"+"AB"*300).rsplit("CA", 1)', "late match, two characters", 1000)
597 "late match, 100 characters", 100)