Searched refs:grapheme_indices (Results 1 – 6 of 6) sorted by relevance
127 fn grapheme_indices<'a>(&'a self, is_extended: bool) -> GraphemeIndices<'a>; in grapheme_indices() method269 fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices { in grapheme_indices() method
82 let gr_inds = UnicodeSegmentation::grapheme_indices(s, true).collect::<Vec<(usize, &str)>>(); in test_graphemes()85 let gr_inds = UnicodeSegmentation::grapheme_indices(s, true) in test_graphemes()90 let mut gr_inds_iter = UnicodeSegmentation::grapheme_indices(s, true); in test_graphemes()
12 .grapheme_indices() in main()
14 .grapheme_indices(true) in main()
119 .grapheme_indices()
1945 fn grapheme_indices(&self) -> GraphemeIndices<'_> { in grapheme_indices() method