Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/unicode-bidi/src/
Dutf16.rs717 pub struct Utf16CharIndexIter<'text> { struct
722 impl<'text> Utf16CharIndexIter<'text> { impl
728 impl Iterator for Utf16CharIndexIter<'_> { implementation