Searched defs:USentenceBoundIndices (Results 1 – 2 of 2) sorted by relevance
326 pub struct USentenceBoundIndices<'a> { struct340 pub fn new_sentence_bound_indices<'a>(source: &'a str) -> USentenceBoundIndices<'a> { in new_sentence_bound_indices() argument401 impl<'a> Iterator for USentenceBoundIndices<'a> { implementation
304 fn split_sentence_bound_indices(&self) -> USentenceBoundIndices { in split_sentence_bound_indices()