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