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