Searched refs:WordIndices (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/bstr/src/unicode/ |
D | word.rs | 104 pub struct WordIndices<'a>(WordsWithBreakIndices<'a>); struct 106 impl<'a> WordIndices<'a> { implementation 107 pub(crate) fn new(bs: &'a [u8]) -> WordIndices<'a> { in new() 108 WordIndices(WordsWithBreakIndices::new(bs)) in new() 137 impl<'a> Iterator for WordIndices<'a> { implementation
|
D | mod.rs | 5 WordIndices, Words, WordsWithBreakIndices, WordsWithBreaks,
|
/external/rust/crates/bstr/src/ |
D | lib.rs | 401 GraphemeIndices, Graphemes, SentenceIndices, Sentences, WordIndices,
|
D | ext_slice.rs | 20 SentenceIndices, Sentences, WordIndices, Words, WordsWithBreakIndices, 1894 fn word_indices(&self) -> WordIndices { in word_indices() argument 1895 WordIndices::new(self.as_bytes()) in word_indices()
|