Home
last modified time | relevance | path

Searched refs:Utf8BmpHandle (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/encoding_rs/src/
H A Dhandles.rs413 pub struct Utf8BmpHandle<'a, 'b> struct
419 impl<'a, 'b> Utf8BmpHandle<'a, 'b> impl
423 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
424 Utf8BmpHandle { dest: dst } in new()
533 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
535 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
622 -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
654 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/encoding_rs-0.8.28/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> impl
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/encoding_rs-0.8.26/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> argument
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/encoding_rs-0.8.29/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> implementation
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/net-im/fractal/fractal-4.4.0/vendor/encoding_rs/src/
H A Dhandles.rs787 pub struct Utf8BmpHandle<'a, 'b> struct
794 impl<'a, 'b> Utf8BmpHandle<'a, 'b> implementation
799 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
800 Utf8BmpHandle { dest: dst } in new()
912 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
914 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1001 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1035 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/net/routinator/routinator-0.10.2/cargo-crates/encoding_rs-0.8.28/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> argument
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/editors/helix/helix-0.5.0/cargo-crates/encoding_rs-0.8.29/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> implementation
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/encoding_rs-0.8.28/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> implementation
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/www/rearx/rearx-0.1.4/cargo-crates/encoding_rs-0.8.28/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> argument
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/encoding_rs-0.8.22/src/
H A Dhandles.rs787 pub struct Utf8BmpHandle<'a, 'b> struct
794 impl<'a, 'b> Utf8BmpHandle<'a, 'b> implementation
799 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
800 Utf8BmpHandle { dest: dst } in new()
912 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
914 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1001 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1035 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/encoding_rs-0.8.24/src/
H A Dhandles.rs787 pub struct Utf8BmpHandle<'a, 'b> struct
794 impl<'a, 'b> Utf8BmpHandle<'a, 'b> argument
799 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
800 Utf8BmpHandle { dest: dst } in new()
912 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
914 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1001 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1035 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/encoding_rs-0.8.20/src/
H A Dhandles.rs787 pub struct Utf8BmpHandle<'a, 'b> struct
794 impl<'a, 'b> Utf8BmpHandle<'a, 'b> impl
799 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
800 Utf8BmpHandle { dest: dst } in new()
912 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
914 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1001 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1035 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/encoding_rs-0.8.26/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> implementation
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/encoding_rs-0.8.30/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> impl
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/encoding_rs-0.8.28/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> impl
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/encoding_rs-0.8.23/src/
H A Dhandles.rs787 pub struct Utf8BmpHandle<'a, 'b> struct
794 impl<'a, 'b> Utf8BmpHandle<'a, 'b> impl
799 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
800 Utf8BmpHandle { dest: dst } in new()
912 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
914 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1001 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1035 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/encoding_rs-0.8.30/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> impl
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/net/proby/proby-1.0.2/cargo-crates/encoding_rs-0.8.23/src/
H A Dhandles.rs787 pub struct Utf8BmpHandle<'a, 'b> struct
794 impl<'a, 'b> Utf8BmpHandle<'a, 'b> impl
799 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
800 Utf8BmpHandle { dest: dst } in new()
912 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
914 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1001 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1035 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/www/firefox/firefox-99.0/third_party/rust/encoding_rs/src/
H A Dhandles.rs787 pub struct Utf8BmpHandle<'a, 'b> struct
794 impl<'a, 'b> Utf8BmpHandle<'a, 'b> implementation
799 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
800 Utf8BmpHandle { dest: dst } in new()
912 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
914 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1001 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1035 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/encoding_rs-0.8.22/src/
H A Dhandles.rs787 pub struct Utf8BmpHandle<'a, 'b> struct
794 impl<'a, 'b> Utf8BmpHandle<'a, 'b> argument
799 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
800 Utf8BmpHandle { dest: dst } in new()
912 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
914 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1001 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1035 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/encoding_rs/src/
H A Dhandles.rs787 pub struct Utf8BmpHandle<'a, 'b> struct
794 impl<'a, 'b> Utf8BmpHandle<'a, 'b> implementation
799 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
800 Utf8BmpHandle { dest: dst } in new()
912 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
914 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1001 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1035 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/encoding_rs-0.8.28/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> implementation
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/net/krill/krill-0.9.4/cargo-crates/encoding_rs-0.8.29/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> argument
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/encoding_rs-0.8.28/src/
H A Dhandles.rs789 pub struct Utf8BmpHandle<'a, 'b> struct
796 impl<'a, 'b> Utf8BmpHandle<'a, 'b> implementation
801 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
802 Utf8BmpHandle { dest: dst } in new()
914 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
916 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1003 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1037 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()
/dports/games/dose-response/dose-response-179c326/cargo-crates/encoding_rs-0.8.20/src/
H A Dhandles.rs787 pub struct Utf8BmpHandle<'a, 'b> struct
794 impl<'a, 'b> Utf8BmpHandle<'a, 'b> impl
799 fn new(dst: &'a mut Utf8Destination<'b>) -> Utf8BmpHandle<'a, 'b> { in new()
800 Utf8BmpHandle { dest: dst } in new()
912 pub fn check_space_bmp<'b>(&'b mut self) -> Space<Utf8BmpHandle<'b, 'a>> { in check_space_bmp()
914 Space::Available(Utf8BmpHandle::new(self)) in check_space_bmp()
1001 ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf8BmpHandle<'b, 'a>)> { in copy_ascii_from_check_space_bmp()
1035 CopyAsciiResult::GoOn((non_ascii_ret, Utf8BmpHandle::new(self))) in copy_ascii_from_check_space_bmp()

12