Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/mapped_hyph/src/
H A Dbuilder.rs46 repl_index: i32, field
58 repl_index: -1, in new()
112 let mut repl_index = 0; in add_pattern() localVariable
124 repl_index = std::str::from_utf8(num).unwrap().parse::<i32>().unwrap() - 1; in add_pattern()
166 … repl_cut = chars[(repl_index + repl_cut) as usize].0 as i32 - chars[repl_index as usize].0 as i32; in add_pattern()
167 repl_index = chars[repl_index as usize].0 as i32; in add_pattern()
180 state.repl_index = repl_index; in add_pattern()
300 state_data.push(state.repl_index as u8); in flatten()
H A Dlib.rs80 repl_index: i8, field
113 fn repl_index(&self) -> i8 { in repl_index() method
114 self.as_extended().repl_index in repl_index()
/dports/www/firefox/firefox-99.0/third_party/rust/mapped_hyph/src/
H A Dbuilder.rs46 repl_index: i32, field
58 repl_index: -1, in new()
112 let mut repl_index = 0; in add_pattern() localVariable
124 repl_index = std::str::from_utf8(num).unwrap().parse::<i32>().unwrap() - 1; in add_pattern()
172 … repl_cut = chars[(repl_index + repl_cut) as usize].0 as i32 - chars[repl_index as usize].0 as i32; in add_pattern()
173 repl_index = chars[repl_index as usize].0 as i32; in add_pattern()
189 state.repl_index = repl_index; in add_pattern()
309 state_data.push(state.repl_index as u8); in flatten()
H A Dlib.rs82 repl_index: i8, field
115 fn repl_index(&self) -> i8 { in repl_index() method
116 self.as_extended().repl_index in repl_index()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/mapped_hyph/src/
H A Dbuilder.rs46 repl_index: i32, field
58 repl_index: -1, in new()
112 let mut repl_index = 0; in add_pattern() localVariable
124 repl_index = std::str::from_utf8(num).unwrap().parse::<i32>().unwrap() - 1; in add_pattern()
172 … repl_cut = chars[(repl_index + repl_cut) as usize].0 as i32 - chars[repl_index as usize].0 as i32; in add_pattern()
173 repl_index = chars[repl_index as usize].0 as i32; in add_pattern()
189 state.repl_index = repl_index; in add_pattern()
309 state_data.push(state.repl_index as u8); in flatten()
H A Dlib.rs82 repl_index: i8, field
115 fn repl_index(&self) -> i8 { in repl_index() method
116 self.as_extended().repl_index in repl_index()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/mapped_hyph/src/
H A Dbuilder.rs46 repl_index: i32, field
58 repl_index: -1, in new()
112 let mut repl_index = 0; in add_pattern() localVariable
124 repl_index = std::str::from_utf8(num).unwrap().parse::<i32>().unwrap() - 1; in add_pattern()
172 … repl_cut = chars[(repl_index + repl_cut) as usize].0 as i32 - chars[repl_index as usize].0 as i32; in add_pattern()
173 repl_index = chars[repl_index as usize].0 as i32; in add_pattern()
189 state.repl_index = repl_index; in add_pattern()
309 state_data.push(state.repl_index as u8); in flatten()
H A Dlib.rs82 repl_index: i8, field
115 fn repl_index(&self) -> i8 { in repl_index() method
116 self.as_extended().repl_index in repl_index()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dmain.c249 if (shp->st.repl_index > 0) av[shp->st.repl_index] = shp->st.repl_arg; in sh_main()
H A Dinit.c1194 shp->st.repl_index = dolv_index; in sh_init()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Ddefs.h87 int repl_index; member