Home
last modified time | relevance | path

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

/linux/rust/proc-macro2/
H A Dparse.rs63 fn char_indices(&self) -> CharIndices<'a> { in char_indices() method
64 self.rest.char_indices() in char_indices()
321 let mut chars = input.char_indices(); in ident_not_raw()
383 let mut chars = input.char_indices(); in cooked_string()
406 chars = input.char_indices(); in cooked_string()
547 let mut chars = input.char_indices(); in cooked_c_string()
572 chars = input.char_indices(); in cooked_c_string()
607 let mut chars = input.char_indices(); in character()
986 let chars = input.char_indices(); in take_until_newline_or_eof()
H A Dfallback.rs386 .char_indices() in byte_range()
399 lo_byte..match trunc_lo.char_indices().nth(char_len) { in byte_range()