Home
last modified time | relevance | path

Searched refs:new_decoder_with_bom_removal (Results 1 – 25 of 72) sorted by relevance

123

/dports/editors/helix/helix-0.5.0/cargo-crates/encoding_rs_io-0.1.7/src/
H A Dutil.rs254 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_normal()
299 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_invalid()
H A Dlib.rs162 self.encoding.map(|enc| enc.new_decoder_with_bom_removal()); in build_with_buffer()
514 self.decoder = Some(encoding.new_decoder_with_bom_removal()); in detect()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/encoding_rs_io-0.1.7/src/
H A Dutil.rs254 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_normal()
299 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_invalid()
H A Dlib.rs162 self.encoding.map(|enc| enc.new_decoder_with_bom_removal()); in build_with_buffer()
514 self.decoder = Some(encoding.new_decoder_with_bom_removal()); in detect()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/encoding_rs_io-0.1.7/src/
H A Dutil.rs254 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_normal()
299 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_invalid()
H A Dlib.rs162 self.encoding.map(|enc| enc.new_decoder_with_bom_removal()); in build_with_buffer()
514 self.decoder = Some(encoding.new_decoder_with_bom_removal()); in detect()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/encoding_rs_io-0.1.7/src/
H A Dutil.rs254 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_normal()
299 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_invalid()
H A Dlib.rs162 self.encoding.map(|enc| enc.new_decoder_with_bom_removal()); in build_with_buffer()
514 self.decoder = Some(encoding.new_decoder_with_bom_removal()); in detect()
/dports/security/acmed/acmed-0.18.0/cargo-crates/encoding_rs_io-0.1.7/src/
H A Dutil.rs254 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_normal()
299 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_invalid()
H A Dlib.rs162 self.encoding.map(|enc| enc.new_decoder_with_bom_removal()); in build_with_buffer()
514 self.decoder = Some(encoding.new_decoder_with_bom_removal()); in detect()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/encoding_rs_io-0.1.7/src/
H A Dutil.rs254 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_normal()
299 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_invalid()
H A Dlib.rs162 self.encoding.map(|enc| enc.new_decoder_with_bom_removal()); in build_with_buffer()
514 self.decoder = Some(encoding.new_decoder_with_bom_removal()); in detect()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/encoding_rs_io-0.1.7/src/
H A Dutil.rs254 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_normal()
299 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_invalid()
H A Dlib.rs162 self.encoding.map(|enc| enc.new_decoder_with_bom_removal()); in build_with_buffer()
514 self.decoder = Some(encoding.new_decoder_with_bom_removal()); in detect()
/dports/www/xh/xh-0.14.1/cargo-crates/encoding_rs_io-0.1.7/src/
H A Dutil.rs254 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_normal()
299 let mut dec = enc.new_decoder_with_bom_removal(); in tiny_utf16_invalid()
H A Dlib.rs162 self.encoding.map(|enc| enc.new_decoder_with_bom_removal()); in build_with_buffer()
514 self.decoder = Some(encoding.new_decoder_with_bom_removal()); in detect()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/encoding_c/src/
H A Dlib.rs462 Box::into_raw(Box::new((*encoding).new_decoder_with_bom_removal())) in encoding_new_decoder_with_bom_removal()
526 *decoder = (*encoding).new_decoder_with_bom_removal(); in encoding_new_decoder_with_bom_removal_into()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/encoding_c-0.9.5/src/
H A Dlib.rs481 Box::into_raw(Box::new((*encoding).new_decoder_with_bom_removal())) in encoding_new_decoder_with_bom_removal()
550 *decoder = (*encoding).new_decoder_with_bom_removal(); in encoding_new_decoder_with_bom_removal_into()
/dports/www/firefox/firefox-99.0/third_party/rust/encoding_c/src/
H A Dlib.rs481 Box::into_raw(Box::new((*encoding).new_decoder_with_bom_removal())) in encoding_new_decoder_with_bom_removal()
550 *decoder = (*encoding).new_decoder_with_bom_removal(); in encoding_new_decoder_with_bom_removal_into()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/encoding_c/src/
H A Dlib.rs481 Box::into_raw(Box::new((*encoding).new_decoder_with_bom_removal())) in encoding_new_decoder_with_bom_removal()
550 *decoder = (*encoding).new_decoder_with_bom_removal(); in encoding_new_decoder_with_bom_removal_into()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/encoding_c/src/
H A Dlib.rs481 Box::into_raw(Box::new((*encoding).new_decoder_with_bom_removal())) in encoding_new_decoder_with_bom_removal()
550 *decoder = (*encoding).new_decoder_with_bom_removal(); in encoding_new_decoder_with_bom_removal_into()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/encoding_c/src/
H A Dlib.rs481 Box::into_raw(Box::new((*encoding).new_decoder_with_bom_removal())) in encoding_new_decoder_with_bom_removal()
550 *decoder = (*encoding).new_decoder_with_bom_removal(); in encoding_new_decoder_with_bom_removal_into()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/encoding_c/include/
H A Dencoding_rs_cpp.h1200 inline std::unique_ptr<Decoder> new_decoder_with_bom_removal() const in new_decoder_with_bom_removal() function
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/encoding_c-0.9.5/include/
H A Dencoding_rs_cpp.h1228 inline std::unique_ptr<Decoder> new_decoder_with_bom_removal() const { in new_decoder_with_bom_removal() function
/dports/www/firefox/firefox-99.0/third_party/rust/encoding_c/include/
H A Dencoding_rs_cpp.h1230 inline std::unique_ptr<Decoder> new_decoder_with_bom_removal() const { in new_decoder_with_bom_removal() function

123