Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/unicode-bidi/src/
Dutf16.rs744 pub struct Utf16CharIter<'text> { struct
750 impl<'text> Utf16CharIter<'text> { implementation
760 impl Iterator for Utf16CharIter<'_> { implementation
772 impl DoubleEndedIterator for Utf16CharIter<'_> { implementation