Lines Matching refs:split
89 parts = ecre.split(line)
338 syntactic breaks': split points preceded by a splitchar are preferred
342 other as a split point when other split chars do not appear in the line
343 being split. Splitchars does not affect RFC 2047 encoded lines.
450 # then we must split the header at the "highest level syntactic break"
458 # encoding which means we don't need to split the line on syntactic
461 # though is that we have to split at octet boundaries, not character
462 # boundaries but it's only safe to split at character boundaries so at
505 parts = re.split("(["+FWS+"]+)", fws+string)
516 # Find the best split point, working backward from the end.