Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tinystr/src/
Dascii.rs70 bytes: unsafe { AsciiByte::to_ascii_byte_array(&out) }, in from_utf8_lossy()
105 bytes: unsafe { AsciiByte::to_ascii_byte_array(&out) }, in from_utf16_lossy()
172 bytes: unsafe { AsciiByte::to_ascii_byte_array(&out) }, in try_from_utf8_inner()
215 bytes: unsafe { AsciiByte::to_ascii_byte_array(&out) }, in try_from_utf16_inner()
334 bytes: AsciiByte::to_ascii_byte_array(&code_units),
Dasciibyte.rs142 pub const unsafe fn to_ascii_byte_array<const N: usize>(bytes: &[u8; N]) -> [AsciiByte; N] { in to_ascii_byte_array() method