Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/unicode-bidi/src/
Dutf16.rs689 pub struct Utf16IndexLenIter<'text> { struct
694 impl<'text> Utf16IndexLenIter<'text> { argument
701 impl Iterator for Utf16IndexLenIter<'_> { implementation