Home
last modified time | relevance | path

Searched refs:WordIndices (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/bstr/src/unicode/
Dword.rs104 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
Dmod.rs5 WordIndices, Words, WordsWithBreakIndices, WordsWithBreaks,
/external/rust/crates/bstr/src/
Dlib.rs401 GraphemeIndices, Graphemes, SentenceIndices, Sentences, WordIndices,
Dext_slice.rs20 SentenceIndices, Sentences, WordIndices, Words, WordsWithBreakIndices,
1894 fn word_indices(&self) -> WordIndices { in word_indices() argument
1895 WordIndices::new(self.as_bytes()) in word_indices()