Home
last modified time | relevance | path

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

/external/rust/crates/unicode-segmentation/src/
Dlib.rs204 fn split_word_bound_indices<'a>(&'a self) -> UWordBoundIndices<'a>; in split_word_bound_indices() method
289 fn split_word_bound_indices(&self) -> UWordBoundIndices { in split_word_bound_indices() method
Dtest.rs175 s.split_word_bound_indices().map(|(l, _)| l), in test_words()
182 s.split_word_bound_indices().rev().map(|(l, _)| l), in test_words()
Dword.rs751 .split_word_bound_indices() in new_unicode_word_indices()