Home | History | Annotate | Download | only in test

Lines Matching refs:split

358         # Crudely calculate an estimate so that the result of s.split won't
363 l = s.split()
367 l = s.split('a')
372 # size. Because of internal affairs, the s.split() call produces a
380 l = s.split()
384 l = s.split('a')
390 # Crudely calculate an estimate so that the result of s.split won't
692 # Like test_concat, split in two.
736 # Like test_concat, split in two.
875 # Like test_concat, split in two.