Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tinystr/src/
Dint_ops.rs39 pub const fn to_ascii_bytes(&self) -> [AsciiByte; 4] { in to_ascii_bytes() method
196 pub const fn to_ascii_bytes(&self) -> [AsciiByte; 8] { in to_ascii_bytes() method
Dascii.rs655 let aligned = Aligned4::from_ascii_bytes(&$self.bytes).$to().to_ascii_bytes();
663 let aligned = Aligned8::from_ascii_bytes(&$self.bytes).$to().to_ascii_bytes();