Home
last modified time | relevance | path

Searched defs:Cesu8DecodingError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/cesu8/src/
Dlib.rs105 pub struct Cesu8DecodingError; struct
107 impl Error for Cesu8DecodingError { implementation
112 impl fmt::Display for Cesu8DecodingError { implementation
147 pub fn from_cesu8(bytes: &[u8]) -> Result<Cow<str>, Cesu8DecodingError> { in from_cesu8() argument
175 pub fn from_java_cesu8(bytes: &[u8]) -> Result<Cow<str>, Cesu8DecodingError> { in from_java_cesu8() argument
181 Result<Cow<str>, Cesu8DecodingError> in from_cesu8_internal() argument