Searched refs:inside_angle_braces (Results 1 – 1 of 1) sorted by relevance
661 let mut inside_angle_braces = 0usize; in process_author_str() localVariable664 if inside_angle_braces > 0 && ch == '>' { in process_author_str()665 inside_angle_braces -= 1; in process_author_str()668 inside_angle_braces += 1; in process_author_str()670 } else if inside_angle_braces == 0 && ch == ':' { in process_author_str()