Home
last modified time | relevance | path

Searched refs:other_trail (Results 1 – 25 of 86) sorted by relevance

1234

/dports/net-im/fractal/fractal-4.4.0/vendor/encoding_rs/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/encoding_rs/src/
H A Dgb18030.rs362 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
363 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
375 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
376 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
377 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/encoding_rs-0.8.22/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/encoding_rs-0.8.24/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/encoding_rs-0.8.20/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/encoding_rs-0.8.23/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/net/proby/proby-1.0.2/cargo-crates/encoding_rs-0.8.23/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/www/firefox/firefox-99.0/third_party/rust/encoding_rs/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/encoding_rs/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/encoding_rs-0.8.22/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/games/dose-response/dose-response-179c326/cargo-crates/encoding_rs-0.8.20/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/encoding_rs-0.8.23/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/encoding_rs-0.8.22/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/encoding_rs/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/encoding_rs/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/encoding_rs-0.8.22/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94;
367 return Some((0xA2 + other_lead, 0xA1 + other_trail));
379 let other_trail = other_pointer as usize % (190 - 94);
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 };
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset));
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/encoding_rs-0.8.23/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/encoding_rs-0.8.24/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/encoding_rs-0.8.28/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/encoding_rs-0.8.26/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/encoding_rs-0.8.29/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/encoding_rs-0.8.30/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/net/routinator/routinator-0.10.2/cargo-crates/encoding_rs-0.8.28/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/editors/helix/helix-0.5.0/cargo-crates/encoding_rs-0.8.29/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/encoding_rs-0.8.28/src/
H A Dgb18030.rs366 let other_trail = other_pointer as usize % 94; in gbk_encode_non_unified() localVariable
367 return Some((0xA2 + other_lead, 0xA1 + other_trail)); in gbk_encode_non_unified()
379 let other_trail = other_pointer as usize % (190 - 94); in gbk_encode_non_unified() localVariable
380 let offset = if other_trail < 0x3F { 0x40 } else { 0x41 }; in gbk_encode_non_unified()
381 return Some((other_lead + (0x81 + 0x20), other_trail + offset)); in gbk_encode_non_unified()

1234