Searched refs:inside_angle_braces (Results 1 – 1 of 1) sorted by relevance
1326 let mut inside_angle_braces = 0usize; in process_author_str() localVariable1329 if inside_angle_braces > 0 && ch == '>' { in process_author_str()1330 inside_angle_braces -= 1; in process_author_str()1333 inside_angle_braces += 1; in process_author_str()1335 } else if inside_angle_braces == 0 && ch == ':' { in process_author_str()