Home
last modified time | relevance | path

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

/external/rust/crates/bstr/src/unicode/
Dgrapheme.rs124 pub struct GraphemeIndices<'a> { struct
130 impl<'a> GraphemeIndices<'a> { impl
160 impl<'a> Iterator for GraphemeIndices<'a> { implementation
176 impl<'a> DoubleEndedIterator for GraphemeIndices<'a> { implementation
/external/rust/crates/unicode-segmentation/src/
Dgrapheme.rs23 pub struct GraphemeIndices<'a> { struct
28 impl<'a> GraphemeIndices<'a> { argument
47 impl<'a> Iterator for GraphemeIndices<'a> { implementation
63 impl<'a> DoubleEndedIterator for GraphemeIndices<'a> { implementation
Dlib.rs269 fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices { in grapheme_indices()