Home
last modified time | relevance | path

Searched defs:Sentences (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/bstr/src/unicode/
Dsentence.rs23 pub struct Sentences<'a> { struct
27 impl<'a> Sentences<'a> { impl
57 impl<'a> Iterator for Sentences<'a> { implementation