Searched defs:non_ascii (Results 1 – 1 of 1) sorted by relevance
647 let non_ascii = CStr::from_bytes_with_nul(b"d\xe9j\xe0 vu\0").unwrap(); in test_cstr_display() localVariable670 let non_ascii = CStr::from_bytes_with_nul(b"d\xe9j\xe0 vu\0").unwrap(); in test_cstr_debug() localVariable684 let non_ascii = BStr::from_bytes(b"d\xe9j\xe0 vu"); in test_bstr_display() localVariable698 let non_ascii = BStr::from_bytes(b"d\xe9j\xe0 vu"); in test_bstr_debug() localVariable