Home
last modified time | relevance | path

Searched refs:non_ascii (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dstr.rs454 let non_ascii = c"d\xe9j\xe0 vu"; in test_cstr_display() localVariable
479 let non_ascii = c"d\xe9j\xe0 vu"; in test_cstr_debug() localVariable
492 let non_ascii = BStr::from_bytes(b"d\xe9j\xe0 vu"); in test_bstr_display() localVariable
507 let non_ascii = BStr::from_bytes(b"d\xe9j\xe0 vu"); in test_bstr_debug() localVariable