Home
last modified time | relevance | path

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

/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.17.0/src/fit/
H A Dcomposite_fit.rs156 let mut end_char_idx = start_char_idx; in cut() localVariable
160 if (end_char_idx-start_char_idx)%2 == 0 { in cut()
161 if end_char_idx + 1 >= len { in cut()
164 end_char_idx += 1; in cut()
172 let end_byte_idx = self.byte_start_idx + self.char_infos[end_char_idx].byte_idx; in cut()
179 let end_byte_idx = self.byte_start_idx + self.char_infos[end_char_idx].byte_idx; in cut()