Function icu_segmenter::word::handle_complex_language_utf8
source ยท fn handle_complex_language_utf8<'l, 's, T>(
iter: &mut RuleBreakIterator<'l, 's, T>,
left_codepoint: T::CharType,
) -> Option<usize>where
T: RuleBreakType<'l, 's, CharType = char>,
Expand description
handle_complex_language impl for UTF8 iterators