Home
last modified time | relevance | path

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

/external/rust/crates/unicode-segmentation/src/
Dsentence.rs326 pub struct USentenceBoundIndices<'a> { struct
340 pub fn new_sentence_bound_indices<'a>(source: &'a str) -> USentenceBoundIndices<'a> { in new_sentence_bound_indices() argument
401 impl<'a> Iterator for USentenceBoundIndices<'a> { implementation
Dlib.rs304 fn split_sentence_bound_indices(&self) -> USentenceBoundIndices { in split_sentence_bound_indices()