Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/char/
H A Ddecode.rs15 pub struct DecodeUtf16<I> struct
25 /// This `struct` is created when using the [`DecodeUtf16`] type. argument
40 impl<I: Iterator<Item = u16>> Iterator for DecodeUtf16<I> { implementation
110 impl<I: Iterator<Item = u16> + FusedIterator> FusedIterator for DecodeUtf16<I> {} implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/char/
H A Ddecode.rs15 pub struct DecodeUtf16<I> struct
25 /// This `struct` is created when using the [`DecodeUtf16`] type. argument
40 impl<I: Iterator<Item = u16>> Iterator for DecodeUtf16<I> { implementation
110 impl<I: Iterator<Item = u16> + FusedIterator> FusedIterator for DecodeUtf16<I> {} implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/char/
H A Ddecode.rs15 pub struct DecodeUtf16<I> struct
25 /// This `struct` is created when using the [`DecodeUtf16`] type. argument
40 impl<I: Iterator<Item = u16>> Iterator for DecodeUtf16<I> { implementation
110 impl<I: Iterator<Item = u16> + FusedIterator> FusedIterator for DecodeUtf16<I> {} implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/char/
H A Ddecode.rs15 pub struct DecodeUtf16<I> struct
25 /// This `struct` is created when using the [`DecodeUtf16`] type. argument
40 impl<I: Iterator<Item = u16>> Iterator for DecodeUtf16<I> { implementation
110 impl<I: Iterator<Item = u16> + FusedIterator> FusedIterator for DecodeUtf16<I> {} implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/char/
H A Ddecode.rs15 pub struct DecodeUtf16<I> struct
25 /// This `struct` is created when using the [`DecodeUtf16`] type. argument
40 impl<I: Iterator<Item = u16>> Iterator for DecodeUtf16<I> { implementation
110 impl<I: Iterator<Item = u16> + FusedIterator> FusedIterator for DecodeUtf16<I> {} implementation