Home
last modified time | relevance | path

Searched refs:grapheme_indices (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/unicode-segmentation/src/
Dlib.rs127 fn grapheme_indices<'a>(&'a self, is_extended: bool) -> GraphemeIndices<'a>; in grapheme_indices() method
269 fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices { in grapheme_indices() method
Dtest.rs82 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()
/external/rust/crates/bstr/examples/
Dgraphemes.rs12 .grapheme_indices() in main()
Dgraphemes-std.rs14 .grapheme_indices(true) in main()
/external/rust/crates/bstr/
DREADME.md119 .grapheme_indices()
/external/rust/crates/bstr/src/
Dext_slice.rs1945 fn grapheme_indices(&self) -> GraphemeIndices<'_> { in grapheme_indices() method