Home
last modified time | relevance | path

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

/external/rust/crates/bstr/src/unicode/
Dword.rs29 pub struct Words<'a>(WordsWithBreaks<'a>);
33 Words(WordsWithBreaks::new(bs)) in new()
171 pub struct WordsWithBreaks<'a> { struct
175 impl<'a> WordsWithBreaks<'a> { impl
176 pub(crate) fn new(bs: &'a [u8]) -> WordsWithBreaks<'a> { in new()
177 WordsWithBreaks { bs } in new()
208 impl<'a> Iterator for WordsWithBreaks<'a> { implementation
Dmod.rs5 WordIndices, Words, WordsWithBreakIndices, WordsWithBreaks,
/external/rust/crates/bstr/src/
Dlib.rs402 Words, WordsWithBreakIndices, WordsWithBreaks,
Dext_slice.rs21 WordsWithBreaks,
1924 fn words_with_breaks(&self) -> WordsWithBreaks { in words_with_breaks() argument
1925 WordsWithBreaks::new(self.as_bytes()) in words_with_breaks()