Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/
H A Dutil.rs12 dst[i] = (src[i] as char).to_ascii_lowercase() as u8;
/linux/rust/kernel/
H A Dstr.rs432 pub fn to_ascii_lowercase(&self) -> Result<CString, AllocError> { in to_ascii_lowercase() method