Home | History | Annotate | Download | only in test

Lines Matching refs:u_prefix

2150         u_prefix = "a" * prefix_size
2151 prefix = bytes(u_prefix.encode("utf-8"))
2152 self.assertEqual(len(u_prefix), len(prefix))