Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/localisation/
H A DFormatCodes.h288 constexpr char32_t single_quote_open = 0x2018; variable
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/drawing/
H A DFont.cpp187 { UnicodeChar::single_quote_open, '`' - CS_SPRITE_FONT_OFFSET },
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dparse.rs2440 let mut single_quote_open: Option<TreeIndex> = None; in handle_emphasis() localVariable
2523 if let (Some(open_ix), true) = (single_quote_open, can_close) { in handle_emphasis()
2525 single_quote_open = None; in handle_emphasis()
2527 single_quote_open = Some(cur_ix); in handle_emphasis()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dparse.rs2440 let mut single_quote_open: Option<TreeIndex> = None; in handle_emphasis() localVariable
2523 if let (Some(open_ix), true) = (single_quote_open, can_close) { in handle_emphasis()
2525 single_quote_open = None; in handle_emphasis()
2527 single_quote_open = Some(cur_ix); in handle_emphasis()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dparse.rs2440 let mut single_quote_open: Option<TreeIndex> = None; in handle_emphasis() localVariable
2523 if let (Some(open_ix), true) = (single_quote_open, can_close) { in handle_emphasis()
2525 single_quote_open = None; in handle_emphasis()
2527 single_quote_open = Some(cur_ix); in handle_emphasis()
/dports/editors/helix/helix-0.5.0/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dparse.rs2440 let mut single_quote_open: Option<TreeIndex> = None; in handle_emphasis() localVariable
2523 if let (Some(open_ix), true) = (single_quote_open, can_close) { in handle_emphasis()
2525 single_quote_open = None; in handle_emphasis()
2527 single_quote_open = Some(cur_ix); in handle_emphasis()
/dports/www/zola/zola-0.15.2/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dparse.rs2440 let mut single_quote_open: Option<TreeIndex> = None; in handle_emphasis() localVariable
2523 if let (Some(open_ix), true) = (single_quote_open, can_close) { in handle_emphasis()
2525 single_quote_open = None; in handle_emphasis()
2527 single_quote_open = Some(cur_ix); in handle_emphasis()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dparse.rs2440 let mut single_quote_open: Option<TreeIndex> = None; in handle_emphasis() localVariable
2523 if let (Some(open_ix), true) = (single_quote_open, can_close) { in handle_emphasis()
2525 single_quote_open = None; in handle_emphasis()
2527 single_quote_open = Some(cur_ix); in handle_emphasis()
/dports/lang/rust/rustc-1.58.1-src/vendor/pulldown-cmark/src/
H A Dparse.rs2440 let mut single_quote_open: Option<TreeIndex> = None; in handle_emphasis() localVariable
2523 if let (Some(open_ix), true) = (single_quote_open, can_close) { in handle_emphasis()
2525 single_quote_open = None; in handle_emphasis()
2527 single_quote_open = Some(cur_ix); in handle_emphasis()