Lines Matching refs:split
353 # Crudely calculate an estimate so that the result of s.split won't
358 l = s.split()
364 l = s.split(_('a'))
371 # size. Because of internal affairs, the s.split() call produces a
380 l = s.split()
384 l = s.split(_('a'))
391 # Crudely calculate an estimate so that the result of s.split won't
889 # Like test_concat, split in two.
930 # Like test_concat, split in two.
1070 # Like test_concat, split in two.