Searched defs:next_code_point (Results 1 – 5 of 5) sorted by relevance
36 pub unsafe fn next_code_point<'a, I: Iterator<Item = &'a u8>>(bytes: &mut I) -> Option<u32> { in next_code_point() function