Home
last modified time | relevance | path

Searched refs:utf8_prefix (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clap/clap_lex/src/
Dlib.rs399 utf8_prefix: std::str::CharIndices<'s>, field
405 let (utf8_prefix, invalid_suffix) = if let Some(utf8) = utf8 { in new()
410 let utf8_prefix = utf8_prefix.char_indices(); in new() localVariable
413 utf8_prefix, in new()
428 self.invalid_suffix.is_none() && self.utf8_prefix.as_str().is_empty() in is_empty()
435 self.invalid_suffix.is_none() && self.utf8_prefix.as_str().parse::<f64>().is_ok() in is_number()
442 if let Some((_, flag)) = self.utf8_prefix.next() { in next_flag()
456 if let Some((index, _)) = self.utf8_prefix.next() { in next_value_os()
457 self.utf8_prefix = "".char_indices(); in next_value_os()
/third_party/ltp/scripts/
Dcheckpatch.pl3282 my ($utf8_prefix) = ($rawline =~ /^($UTF8*)/);
3285 my $ptr = substr($blank, 0, length($utf8_prefix)) . "^";