Searched refs:char_indices (Results 1 – 2 of 2) sorted by relevance
63 fn char_indices(&self) -> CharIndices<'a> { in char_indices() method64 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()
386 .char_indices() in byte_range()399 lo_byte..match trunc_lo.char_indices().nth(char_len) { in byte_range()