Lines Matching refs:to_bytes
11 from lit.util import to_bytes, to_string566 to_bytes("(%s)(.*)\n" % ("|".join(re.escape(k) for k in keywords),)))574 if not data.endswith(to_bytes('\n')):575 data = data + to_bytes('\n')584 line_number += data.count(to_bytes('\n'), last_match_position,