Searched defs:good_bytes (Results 1 – 1 of 1) sorted by relevance
566 let good_bytes = b"\xf0\x9f\xa6\x80\0"; in test_cstr_to_str() localVariable582 let good_bytes = b"\xf0\x9f\x90\xA7\0"; in test_cstr_as_str_unchecked() localVariable596 let good_bytes = CStr::from_bytes_with_nul(b"\xf0\x9f\xa6\x80\0").unwrap(); in test_cstr_display() localVariable619 let good_bytes = CStr::from_bytes_with_nul(b"\xf0\x9f\xa6\x80\0").unwrap(); in test_cstr_debug() localVariable633 let good_bytes = BStr::from_bytes(b"\xf0\x9f\xa6\x80"); in test_bstr_display() localVariable647 let good_bytes = BStr::from_bytes(b"\xf0\x9f\xa6\x80"); in test_bstr_debug() localVariable