Searched refs:split_word_bound_indices (Results 1 – 3 of 3) sorted by relevance
204 fn split_word_bound_indices<'a>(&'a self) -> UWordBoundIndices<'a>; in split_word_bound_indices() method289 fn split_word_bound_indices(&self) -> UWordBoundIndices { in split_word_bound_indices() method
175 s.split_word_bound_indices().map(|(l, _)| l), in test_words()182 s.split_word_bound_indices().rev().map(|(l, _)| l), in test_words()
751 .split_word_bound_indices() in new_unicode_word_indices()