Home
last modified time | relevance | path

Searched refs:previous_char (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/markdown/sundown/
H A Dhtml_smartypants.c87 smartypants_quotes(struct buf *ob, uint8_t previous_char, uint8_t next_char, uint8_t quote, int *is… in smartypants_quotes() argument
94 if (!(*is_open) && !word_boundary(previous_char)) in smartypants_quotes()
110 if (smartypants_quotes(ob, previous_char, size >= 3 ? text[2] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__squote()
133 if (smartypants_quotes(ob, previous_char, size > 0 ? text[1] : 0, 's', &smrt->in_squote)) in smartypants_cb__squote()
168 smartypants_cb__dash(struct buf *ob, struct smartypants_data *smrt, uint8_t previous_char, const ui… in smartypants_cb__dash() argument
185 smartypants_cb__amp(struct buf *ob, struct smartypants_data *smrt, uint8_t previous_char, const uin… in smartypants_cb__amp() argument
188 if (smartypants_quotes(ob, previous_char, size >= 7 ? text[6] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__amp()
220 if (smartypants_quotes(ob, previous_char, size >= 3 ? text[2] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__backtick()
230 if (word_boundary(previous_char) && size >= 3) { in smartypants_cb__number()
262 if (!smartypants_quotes(ob, previous_char, size > 0 ? text[1] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__dquote()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/markdown2html/html_formatter/
H A Dhtml_smartypants.c37 uint8_t previous_char,
42 uint8_t previous_char,
47 uint8_t previous_char,
52 uint8_t previous_char,
57 uint8_t previous_char,
62 uint8_t previous_char,
67 uint8_t previous_char,
72 uint8_t previous_char,
77 uint8_t previous_char,
82 uint8_t previous_char,
[all …]
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/sundown/
H A Dhtml_smartypants.c87 smartypants_quotes(struct buf *ob, uint8_t previous_char, uint8_t next_char, uint8_t quote, int *is… in smartypants_quotes() argument
94 if (!(*is_open) && !word_boundary(previous_char)) in smartypants_quotes()
110 if (smartypants_quotes(ob, previous_char, size >= 3 ? text[2] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__squote()
133 if (smartypants_quotes(ob, previous_char, size > 0 ? text[1] : 0, 's', &smrt->in_squote)) in smartypants_cb__squote()
168 smartypants_cb__dash(struct buf *ob, struct smartypants_data *smrt, uint8_t previous_char, const ui… in smartypants_cb__dash() argument
185 smartypants_cb__amp(struct buf *ob, struct smartypants_data *smrt, uint8_t previous_char, const uin… in smartypants_cb__amp() argument
188 if (smartypants_quotes(ob, previous_char, size >= 7 ? text[6] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__amp()
220 if (smartypants_quotes(ob, previous_char, size >= 3 ? text[2] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__backtick()
230 if (word_boundary(previous_char) && size >= 3) { in smartypants_cb__number()
262 if (!smartypants_quotes(ob, previous_char, size > 0 ? text[1] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__dquote()
[all …]
/dports/textproc/R-cran-markdown/markdown/src/
H A Dhtml_smartypants.c87 smartypants_quotes(struct buf *ob, uint8_t previous_char, uint8_t next_char, uint8_t quote, int *is… in smartypants_quotes() argument
94 if (!(*is_open) && !word_boundary(previous_char)) in smartypants_quotes()
110 if (smartypants_quotes(ob, previous_char, size >= 3 ? text[2] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__squote()
133 if (smartypants_quotes(ob, previous_char, size > 0 ? text[1] : 0, 's', &smrt->in_squote)) in smartypants_cb__squote()
168 smartypants_cb__dash(struct buf *ob, struct smartypants_data *smrt, uint8_t previous_char, const ui… in smartypants_cb__dash() argument
185 smartypants_cb__amp(struct buf *ob, struct smartypants_data *smrt, uint8_t previous_char, const uin… in smartypants_cb__amp() argument
188 if (smartypants_quotes(ob, previous_char, size >= 7 ? text[6] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__amp()
220 if (smartypants_quotes(ob, previous_char, size >= 3 ? text[2] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__backtick()
230 if (word_boundary(previous_char) && size >= 3) { in smartypants_cb__number()
262 if (!smartypants_quotes(ob, previous_char, size > 0 ? text[1] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__dquote()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/hoedown/src/
H A Dhtml_smartypants.c92 smartypants_quotes(hoedown_buffer *ob, uint8_t previous_char, uint8_t next_char, uint8_t quote, int… in smartypants_quotes() argument
99 if (!(*is_open) && !word_boundary(previous_char)) in smartypants_quotes()
115 smartypants_squote(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const … in smartypants_squote() argument
125 if (smartypants_quotes(ob, previous_char, next_char, 'd', &smrt->in_dquote)) in smartypants_squote()
150 if (smartypants_quotes(ob, previous_char, size > 0 ? text[1] : 0, 's', &smrt->in_squote)) in smartypants_squote()
161 return smartypants_squote(ob, smrt, previous_char, text, size, text, 1); in smartypants_cb__squote()
216 if (smartypants_quotes(ob, previous_char, size >= 7 ? text[6] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__amp()
222 …return (len-1) + smartypants_squote(ob, smrt, previous_char, text+(len-1), size-(len-1), text, len… in smartypants_cb__amp()
255 if (smartypants_quotes(ob, previous_char, size >= 3 ? text[2] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__backtick()
267 if (word_boundary(previous_char) && size >= 3) { in smartypants_cb__number()
[all …]
/dports/editors/marker/Marker-2020.04.04.2/src/scidown/src/
H A Dhtml_smartypants.c92 smartypants_quotes(hoedown_buffer *ob, uint8_t previous_char, uint8_t next_char, uint8_t quote, int… in smartypants_quotes() argument
99 if (!(*is_open) && !word_boundary(previous_char)) in smartypants_quotes()
115 smartypants_squote(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const … in smartypants_squote() argument
125 if (smartypants_quotes(ob, previous_char, next_char, 'd', &smrt->in_dquote)) in smartypants_squote()
150 if (smartypants_quotes(ob, previous_char, size > 0 ? text[1] : 0, 's', &smrt->in_squote)) in smartypants_squote()
161 return smartypants_squote(ob, smrt, previous_char, text, size, text, 1); in smartypants_cb__squote()
216 if (smartypants_quotes(ob, previous_char, size >= 7 ? text[6] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__amp()
222 …return (len-1) + smartypants_squote(ob, smrt, previous_char, text+(len-1), size-(len-1), text, len… in smartypants_cb__amp()
255 if (smartypants_quotes(ob, previous_char, size >= 3 ? text[2] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__backtick()
267 if (word_boundary(previous_char) && size >= 3) { in smartypants_cb__number()
[all …]
/dports/games/multimc/MultiMC5-0.6.11/libraries/hoedown/src/
H A Dhtml_smartypants.c92 smartypants_quotes(hoedown_buffer *ob, uint8_t previous_char, uint8_t next_char, uint8_t quote, int… in smartypants_quotes() argument
99 if (!(*is_open) && !word_boundary(previous_char)) in smartypants_quotes()
115 smartypants_squote(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const … in smartypants_squote() argument
125 if (smartypants_quotes(ob, previous_char, next_char, 'd', &smrt->in_dquote)) in smartypants_squote()
150 if (smartypants_quotes(ob, previous_char, size > 0 ? text[1] : 0, 's', &smrt->in_squote)) in smartypants_squote()
161 return smartypants_squote(ob, smrt, previous_char, text, size, text, 1); in smartypants_cb__squote()
216 if (smartypants_quotes(ob, previous_char, size >= 7 ? text[6] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__amp()
222 …return (len-1) + smartypants_squote(ob, smrt, previous_char, text+(len-1), size-(len-1), text, len… in smartypants_cb__amp()
255 if (smartypants_quotes(ob, previous_char, size >= 3 ? text[2] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__backtick()
267 if (word_boundary(previous_char) && size >= 3) { in smartypants_cb__number()
[all …]
/dports/textproc/py-misaka/misaka-2.1.1/misaka/hoedown/
H A Dhtml_smartypants.c92 smartypants_quotes(hoedown_buffer *ob, uint8_t previous_char, uint8_t next_char, uint8_t quote, int… in smartypants_quotes() argument
99 if (!(*is_open) && !word_boundary(previous_char)) in smartypants_quotes()
115 smartypants_squote(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const … in smartypants_squote() argument
125 if (smartypants_quotes(ob, previous_char, next_char, 'd', &smrt->in_dquote)) in smartypants_squote()
150 if (smartypants_quotes(ob, previous_char, size > 0 ? text[1] : 0, 's', &smrt->in_squote)) in smartypants_squote()
161 return smartypants_squote(ob, smrt, previous_char, text, size, text, 1); in smartypants_cb__squote()
216 if (smartypants_quotes(ob, previous_char, size >= 7 ? text[6] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__amp()
222 …return (len-1) + smartypants_squote(ob, smrt, previous_char, text+(len-1), size-(len-1), text, len… in smartypants_cb__amp()
255 if (smartypants_quotes(ob, previous_char, size >= 3 ? text[2] : 0, 'd', &smrt->in_dquote)) in smartypants_cb__backtick()
267 if (word_boundary(previous_char) && size >= 3) { in smartypants_cb__number()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/doc/book/tools/src/bin/
H A Dconvert_quotes.rs27 let mut previous_char = std::char::REPLACEMENT_CHARACTER; in main() localVariable
48 if (previous_char != std::char::REPLACEMENT_CHARACTER in main()
49 && !previous_char.is_whitespace()) in main()
50 || previous_char == '‘' in main()
60 if (previous_char != std::char::REPLACEMENT_CHARACTER in main()
61 && !previous_char.is_whitespace()) in main()
62 || previous_char == '“' in main()
73 previous_char = char_to_push; in main()
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/regex-1.1.9/src/
H A Dinput.rs91 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
119 fn previous_char(&self, at: InputAt) -> Char { (**self).previous_char(at) } in previous_char() method
172 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
180 let c = self.previous_char(at); in is_empty_match()
190 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
194 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
198 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
202 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
272 let c = self.previous_char(at); in is_empty_match()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/regex/src/
H A Dinput.rs91 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
119 fn previous_char(&self, at: InputAt) -> Char { (**self).previous_char(at) } in previous_char() method
172 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
180 let c = self.previous_char(at); in is_empty_match()
190 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
194 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
198 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
202 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
272 let c = self.previous_char(at); in is_empty_match()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/regex-0.2.2/src/
H A Dinput.rs85 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
110 fn previous_char(&self, at: InputAt) -> Char { (**self).previous_char(at) } in previous_char() method
163 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
171 let c = self.previous_char(at); in is_empty_match()
181 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
185 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
189 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
193 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
259 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
267 let c = self.previous_char(at); in is_empty_match()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/regex-1.2.0/src/
H A Dinput.rs91 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
119 fn previous_char(&self, at: InputAt) -> Char { (**self).previous_char(at) } in previous_char() method
172 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
180 let c = self.previous_char(at); in is_empty_match()
190 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
194 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
198 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
202 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
272 let c = self.previous_char(at); in is_empty_match()
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/regex-1.1.7/src/
H A Dinput.rs91 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
119 fn previous_char(&self, at: InputAt) -> Char { (**self).previous_char(at) } in previous_char() method
172 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
180 let c = self.previous_char(at); in is_empty_match()
190 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
194 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
198 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
202 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
272 let c = self.previous_char(at); in is_empty_match()
[all …]
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/regex-0.1.80/src/
H A Dinput.rs85 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
110 fn previous_char(&self, at: InputAt) -> Char { (**self).previous_char(at) } in previous_char() method
163 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
171 let c = self.previous_char(at); in is_empty_match()
181 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
185 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
189 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
193 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
259 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
267 let c = self.previous_char(at); in is_empty_match()
[all …]
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/regex-1.0.0/src/
H A Dinput.rs91 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
119 fn previous_char(&self, at: InputAt) -> Char { (**self).previous_char(at) } in previous_char() method
172 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
180 let c = self.previous_char(at); in is_empty_match()
190 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
194 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
198 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
202 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
272 let c = self.previous_char(at); in is_empty_match()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/regex-1.1.9/src/
H A Dinput.rs91 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
119 fn previous_char(&self, at: InputAt) -> Char { (**self).previous_char(at) } in previous_char() method
172 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
180 let c = self.previous_char(at); in is_empty_match()
190 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
194 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
198 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
202 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
272 let c = self.previous_char(at); in is_empty_match()
[all …]
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/regex-1.1.7/src/
H A Dinput.rs91 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
119 fn previous_char(&self, at: InputAt) -> Char { (**self).previous_char(at) } in previous_char() method
172 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
180 let c = self.previous_char(at); in is_empty_match()
190 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
194 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
198 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
202 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
272 let c = self.previous_char(at); in is_empty_match()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/regex-1.5.4/src/
H A Dinput.rs79 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
113 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
114 (**self).previous_char(at) in previous_char()
171 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
179 let c = self.previous_char(at); in is_empty_match()
189 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
193 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
197 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
201 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/regex-1.3.9/src/
H A Dinput.rs81 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
115 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
116 (**self).previous_char(at) in previous_char()
173 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
181 let c = self.previous_char(at); in is_empty_match()
191 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
195 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
199 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
203 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
266 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/regex-1.5.4/src/
H A Dinput.rs79 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
113 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
114 (**self).previous_char(at) in previous_char()
171 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
179 let c = self.previous_char(at); in is_empty_match()
189 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
193 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
197 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
201 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/regex-1.5.4/src/
H A Dinput.rs79 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
113 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
114 (**self).previous_char(at) in previous_char()
171 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
179 let c = self.previous_char(at); in is_empty_match()
189 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
193 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
197 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
201 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/regex-1.5.4/src/
H A Dinput.rs79 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
113 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
114 (**self).previous_char(at) in previous_char()
171 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
179 let c = self.previous_char(at); in is_empty_match()
189 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
193 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
197 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
201 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/regex-1.5.4/src/
H A Dinput.rs79 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
113 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
114 (**self).previous_char(at) in previous_char()
171 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
179 let c = self.previous_char(at); in is_empty_match()
189 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
193 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
197 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
201 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/regex-1.5.4/src/
H A Dinput.rs79 fn previous_char(&self, at: InputAt) -> Char; in previous_char() method
113 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
114 (**self).previous_char(at) in previous_char()
171 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
179 let c = self.previous_char(at); in is_empty_match()
189 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
193 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
197 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
201 let (c1, c2) = (self.previous_char(at), self.next_char(at)); in is_empty_match()
264 fn previous_char(&self, at: InputAt) -> Char { in previous_char() method
[all …]

123456789