Searched refs:first_valid (Results 1 – 2 of 2) sorted by relevance
1015 let first_valid = chars in is_valid_identifier() localVariable1020 first_valid && chars.all(|c| c.is_alphanumeric() || c == '_') in is_valid_identifier()
16713 let (first_valid, first_broken) = if let Some(chunk) = iter.next() {16727 res.push_str(first_valid);