Home
last modified time | relevance | path

Searched refs:split_sentence_bounds (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/unicode-segmentation/src/
Dlib.rs243 fn split_sentence_bounds<'a>(&'a self) -> USentenceBounds<'a>; in split_sentence_bounds() method
299 fn split_sentence_bounds(&self) -> USentenceBounds { in split_sentence_bounds() method
Dtest.rs208 s.split_sentence_bounds(), in test_sentences()
Dsentence.rs358 inner: s.split_sentence_bounds().filter(has_alphanumeric), in new_unicode_sentences()