Home
last modified time | relevance | path

Searched refs:other_trail (Results 26 – 50 of 86) sorted by relevance

1234

/dports/www/rearx/rearx-0.1.4/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/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/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/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/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/textproc/ripgrep/ripgrep-13.0.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()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/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/net/krill/krill-0.9.4/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/devel/texlab/texlab-3.3.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()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/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/security/acmed/acmed-0.18.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/sysutils/onefetch/onefetch-2.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/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/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/www/xh/xh-0.14.1/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/www/zola/zola-0.15.2/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/devel/pijul/pijul-1.0.0.a55/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/www/miniserve/miniserve-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()
/dports/audio/ncspot/ncspot-0.9.3/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/www/monolith/monolith-2.6.1/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/py-maturin/maturin-0.11.3/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/lang/spidermonkey60/firefox-60.9.0/third_party/rust/encoding_rs/src/
H A Deuc_kr.rs194 let other_trail = ((other_pointer as usize) % 94) + 0xA1; in ksx1001_encode_misc() localVariable
195 return Some((other_lead, other_trail)); in ksx1001_encode_misc()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/encoding_rs-0.8.22/src/
H A Deuc_kr.rs196 let other_trail = ((other_pointer as usize) % 94) + 0xA1; in ksx1001_encode_misc() localVariable
197 return Some((other_lead, other_trail)); in ksx1001_encode_misc()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/encoding_rs-0.8.24/src/
H A Deuc_kr.rs196 let other_trail = ((other_pointer as usize) % 94) + 0xA1; in ksx1001_encode_misc() localVariable
197 return Some((other_lead, other_trail)); in ksx1001_encode_misc()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/encoding_rs-0.8.20/src/
H A Deuc_kr.rs196 let other_trail = ((other_pointer as usize) % 94) + 0xA1; in ksx1001_encode_misc() localVariable
197 return Some((other_lead, other_trail)); in ksx1001_encode_misc()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/encoding_rs-0.8.23/src/
H A Deuc_kr.rs196 let other_trail = ((other_pointer as usize) % 94) + 0xA1; in ksx1001_encode_misc() localVariable
197 return Some((other_lead, other_trail)); in ksx1001_encode_misc()
/dports/net/proby/proby-1.0.2/cargo-crates/encoding_rs-0.8.23/src/
H A Deuc_kr.rs196 let other_trail = ((other_pointer as usize) % 94) + 0xA1; in ksx1001_encode_misc() localVariable
197 return Some((other_lead, other_trail)); in ksx1001_encode_misc()
/dports/www/firefox/firefox-99.0/third_party/rust/encoding_rs/src/
H A Deuc_kr.rs196 let other_trail = ((other_pointer as usize) % 94) + 0xA1; in ksx1001_encode_misc() localVariable
197 return Some((other_lead, other_trail)); in ksx1001_encode_misc()

1234