Searched defs:GraphemeIndices (Results 1 – 3 of 3) sorted by relevance
124 pub struct GraphemeIndices<'a> { struct130 impl<'a> GraphemeIndices<'a> { argument160 impl<'a> Iterator for GraphemeIndices<'a> { implementation176 impl<'a> DoubleEndedIterator for GraphemeIndices<'a> { implementation
23 pub struct GraphemeIndices<'a> { struct28 impl<'a> GraphemeIndices<'a> { implementation47 impl<'a> Iterator for GraphemeIndices<'a> { implementation63 impl<'a> DoubleEndedIterator for GraphemeIndices<'a> { implementation
269 fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices { in grapheme_indices()