Searched refs:Graphemes (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/bstr/src/unicode/ |
D | grapheme.rs | 34 pub struct Graphemes<'a> { struct 38 impl<'a> Graphemes<'a> { impl 39 pub(crate) fn new(bs: &'a [u8]) -> Graphemes<'a> { in new() 40 Graphemes { bs } in new() 68 impl<'a> Iterator for Graphemes<'a> { implementation 82 impl<'a> DoubleEndedIterator for Graphemes<'a> { implementation 294 let got: Vec<String> = Graphemes::new(given.as_bytes()) in forward_ucd() 317 let mut got: Vec<String> = Graphemes::new(given.as_bytes()) in reverse_ucd() 340 let got = Graphemes::new(input.as_bytes()).collect::<String>(); in forward_lossy() 350 Graphemes::new(input.as_bytes()).rev().collect::<String>(); in reverse_lossy()
|
D | mod.rs | 2 grapheme::{decode_grapheme, GraphemeIndices, Graphemes},
|
/external/rust/crates/unicode-segmentation/src/ |
D | lib.rs | 68 pub use grapheme::{GraphemeIndices, Graphemes}; 112 fn graphemes<'a>(&'a self, is_extended: bool) -> Graphemes<'a>; in graphemes() 264 fn graphemes(&self, is_extended: bool) -> Graphemes { in graphemes() argument
|
D | grapheme.rs | 25 iter: Graphemes<'a>, 81 pub struct Graphemes<'a> { struct 87 impl<'a> Graphemes<'a> { impl 106 impl<'a> Iterator for Graphemes<'a> { implementation 126 impl<'a> DoubleEndedIterator for Graphemes<'a> { implementation 143 pub fn new_graphemes<'b>(s: &'b str, is_extended: bool) -> Graphemes<'b> { in new_graphemes() 145 Graphemes { in new_graphemes()
|
/external/rust/crates/bstr/src/ |
D | lib.rs | 427 GraphemeIndices, Graphemes, SentenceIndices, Sentences, WordIndices,
|
D | ext_slice.rs | 17 whitespace_len_fwd, whitespace_len_rev, GraphemeIndices, Graphemes, 1899 fn graphemes(&self) -> Graphemes<'_> { in graphemes() 1900 Graphemes::new(self.as_bytes()) in graphemes()
|
/external/harfbuzz_ng/perf/texts/ |
D | en-words.txt | 4574 Graphemes
|