Lines Matching refs:split
350 # Crudely calculate an estimate so that the result of s.split won't
355 l = s.split()
359 l = s.split('a')
364 # size. Because of internal affairs, the s.split() call produces a
372 l = s.split()
376 l = s.split('a')
382 # Crudely calculate an estimate so that the result of s.split won't
701 # Like test_concat, split in two.
745 # Like test_concat, split in two.
884 # Like test_concat, split in two.