Function icu_segmenter::line::handle_complex_language_utf8

source ยท
fn handle_complex_language_utf8<'l, 's, T>(
    iter: &mut LineBreakIterator<'l, 's, T>,
    left_codepoint: char,
) -> Option<usize>
where T: LineBreakType<'l, 's, CharType = char>,
Expand description

handle_complex_language impl for UTF8 iterators