Home
last modified time | relevance | path

Searched refs:Utf8Char (Results 101 – 125 of 294) sorted by relevance

12345678910>>...12

/dports/lang/gleam/gleam-0.18.2/cargo-crates/encode_unicode-0.3.6/tests/
H A Dexhaustive.rs19 assert_eq!(Utf8Char::from_ascii(cp as u8).is_ok(), cp & 0x80 == 0); in from_ascii()
20 if let Ok(u8c) = Utf8Char::from_ascii(cp as u8) { in from_ascii()
21 assert_eq!(u8c, Utf8Char::from(cp as u8 as char)); in from_ascii()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/encode_unicode-0.3.6/tests/
H A Dexhaustive.rs19 assert_eq!(Utf8Char::from_ascii(cp as u8).is_ok(), cp & 0x80 == 0); in from_ascii()
20 if let Ok(u8c) = Utf8Char::from_ascii(cp as u8) { in from_ascii()
21 assert_eq!(u8c, Utf8Char::from(cp as u8 as char)); in from_ascii()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/encode_unicode-0.3.6/tests/
H A Dexhaustive.rs19 assert_eq!(Utf8Char::from_ascii(cp as u8).is_ok(), cp & 0x80 == 0); in from_ascii()
20 if let Ok(u8c) = Utf8Char::from_ascii(cp as u8) { in from_ascii()
21 assert_eq!(u8c, Utf8Char::from(cp as u8 as char)); in from_ascii()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/encode_unicode-0.3.6/tests/
H A Dexhaustive.rs19 assert_eq!(Utf8Char::from_ascii(cp as u8).is_ok(), cp & 0x80 == 0); in from_ascii()
20 if let Ok(u8c) = Utf8Char::from_ascii(cp as u8) { in from_ascii()
21 assert_eq!(u8c, Utf8Char::from(cp as u8 as char)); in from_ascii()
/dports/www/xh/xh-0.14.1/cargo-crates/encode_unicode-0.3.6/tests/
H A Dexhaustive.rs19 assert_eq!(Utf8Char::from_ascii(cp as u8).is_ok(), cp & 0x80 == 0); in from_ascii()
20 if let Ok(u8c) = Utf8Char::from_ascii(cp as u8) { in from_ascii()
21 assert_eq!(u8c, Utf8Char::from(cp as u8 as char)); in from_ascii()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/encode_unicode-0.3.6/tests/
H A Dexhaustive.rs19 assert_eq!(Utf8Char::from_ascii(cp as u8).is_ok(), cp & 0x80 == 0); in from_ascii()
20 if let Ok(u8c) = Utf8Char::from_ascii(cp as u8) { in from_ascii()
21 assert_eq!(u8c, Utf8Char::from(cp as u8 as char)); in from_ascii()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/encode_unicode-0.3.6/tests/
H A Dexhaustive.rs19 assert_eq!(Utf8Char::from_ascii(cp as u8).is_ok(), cp & 0x80 == 0); in from_ascii()
20 if let Ok(u8c) = Utf8Char::from_ascii(cp as u8) { in from_ascii()
21 assert_eq!(u8c, Utf8Char::from(cp as u8 as char)); in from_ascii()
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/encode_unicode-0.3.6/tests/
H A Dexhaustive.rs19 assert_eq!(Utf8Char::from_ascii(cp as u8).is_ok(), cp & 0x80 == 0); in from_ascii()
20 if let Ok(u8c) = Utf8Char::from_ascii(cp as u8) { in from_ascii()
21 assert_eq!(u8c, Utf8Char::from(cp as u8 as char)); in from_ascii()
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/encode_unicode-0.3.6/tests/
H A Dexhaustive.rs19 assert_eq!(Utf8Char::from_ascii(cp as u8).is_ok(), cp & 0x80 == 0); in from_ascii()
20 if let Ok(u8c) = Utf8Char::from_ascii(cp as u8) { in from_ascii()
21 assert_eq!(u8c, Utf8Char::from(cp as u8 as char)); in from_ascii()
/dports/textproc/bat/bat-0.18.3/cargo-crates/encode_unicode-0.3.6/tests/
H A Dexhaustive.rs19 assert_eq!(Utf8Char::from_ascii(cp as u8).is_ok(), cp & 0x80 == 0); in from_ascii()
20 if let Ok(u8c) = Utf8Char::from_ascii(cp as u8) { in from_ascii()
21 assert_eq!(u8c, Utf8Char::from(cp as u8 as char)); in from_ascii()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/encode_unicode-0.3.6/tests/
H A Dexhaustive.rs19 assert_eq!(Utf8Char::from_ascii(cp as u8).is_ok(), cp & 0x80 == 0); in from_ascii()
20 if let Ok(u8c) = Utf8Char::from_ascii(cp as u8) { in from_ascii()
21 assert_eq!(u8c, Utf8Char::from(cp as u8 as char)); in from_ascii()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/encode_unicode-0.3.6/tests/
H A Dexhaustive.rs19 assert_eq!(Utf8Char::from_ascii(cp as u8).is_ok(), cp & 0x80 == 0); in from_ascii()
20 if let Ok(u8c) = Utf8Char::from_ascii(cp as u8) { in from_ascii()
21 assert_eq!(u8c, Utf8Char::from(cp as u8 as char)); in from_ascii()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/encode_unicode-0.3.6/
H A DRELEASES.md24 * Add `from_str_start()` to `Utf8Char` and `Utf16Char`
25 * Add `Utf{8,16}Char{s,Indices}`: `str`-based iterators for `Utf8Char` and `Utf16Char` equivalent t…
30 * Add `Utf8Char::from_ascii()`, `Utf16Char::from_bmp()` with `_unchecked` versions of both.
43 * Implement `Display` for `Utf8Char` and `Utf16Char`.
54 to `from_utf{8,16}_slice_start()` to be consistent with `Utf8Char`.
62 * Fix bug where `CharExt::write_utf8()` and `Utf8Char::to_slice()` could change bytes it shouldn't.
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/encode_unicode-0.3.6/
H A DRELEASES.md24 * Add `from_str_start()` to `Utf8Char` and `Utf16Char`
25 * Add `Utf{8,16}Char{s,Indices}`: `str`-based iterators for `Utf8Char` and `Utf16Char` equivalent t…
30 * Add `Utf8Char::from_ascii()`, `Utf16Char::from_bmp()` with `_unchecked` versions of both.
43 * Implement `Display` for `Utf8Char` and `Utf16Char`.
54 to `from_utf{8,16}_slice_start()` to be consistent with `Utf8Char`.
62 * Fix bug where `CharExt::write_utf8()` and `Utf8Char::to_slice()` could change bytes it shouldn't.
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/encode_unicode-0.3.6/
H A DRELEASES.md24 * Add `from_str_start()` to `Utf8Char` and `Utf16Char`
25 * Add `Utf{8,16}Char{s,Indices}`: `str`-based iterators for `Utf8Char` and `Utf16Char` equivalent t…
30 * Add `Utf8Char::from_ascii()`, `Utf16Char::from_bmp()` with `_unchecked` versions of both.
43 * Implement `Display` for `Utf8Char` and `Utf16Char`.
54 to `from_utf{8,16}_slice_start()` to be consistent with `Utf8Char`.
62 * Fix bug where `CharExt::write_utf8()` and `Utf8Char::to_slice()` could change bytes it shouldn't.
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/encode_unicode-0.3.6/
H A DRELEASES.md24 * Add `from_str_start()` to `Utf8Char` and `Utf16Char`
25 * Add `Utf{8,16}Char{s,Indices}`: `str`-based iterators for `Utf8Char` and `Utf16Char` equivalent t…
30 * Add `Utf8Char::from_ascii()`, `Utf16Char::from_bmp()` with `_unchecked` versions of both.
43 * Implement `Display` for `Utf8Char` and `Utf16Char`.
54 to `from_utf{8,16}_slice_start()` to be consistent with `Utf8Char`.
62 * Fix bug where `CharExt::write_utf8()` and `Utf8Char::to_slice()` could change bytes it shouldn't.
/dports/devel/git-delta/delta-0.9.2/cargo-crates/encode_unicode-0.3.6/
H A DRELEASES.md24 * Add `from_str_start()` to `Utf8Char` and `Utf16Char`
25 * Add `Utf{8,16}Char{s,Indices}`: `str`-based iterators for `Utf8Char` and `Utf16Char` equivalent t…
30 * Add `Utf8Char::from_ascii()`, `Utf16Char::from_bmp()` with `_unchecked` versions of both.
43 * Implement `Display` for `Utf8Char` and `Utf16Char`.
54 to `from_utf{8,16}_slice_start()` to be consistent with `Utf8Char`.
62 * Fix bug where `CharExt::write_utf8()` and `Utf8Char::to_slice()` could change bytes it shouldn't.
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/encode_unicode-0.3.6/
H A DRELEASES.md24 * Add `from_str_start()` to `Utf8Char` and `Utf16Char`
25 * Add `Utf{8,16}Char{s,Indices}`: `str`-based iterators for `Utf8Char` and `Utf16Char` equivalent t…
30 * Add `Utf8Char::from_ascii()`, `Utf16Char::from_bmp()` with `_unchecked` versions of both.
43 * Implement `Display` for `Utf8Char` and `Utf16Char`.
54 to `from_utf{8,16}_slice_start()` to be consistent with `Utf8Char`.
62 * Fix bug where `CharExt::write_utf8()` and `Utf8Char::to_slice()` could change bytes it shouldn't.
/dports/www/rearx/rearx-0.1.4/cargo-crates/encode_unicode-0.3.6/
H A DRELEASES.md24 * Add `from_str_start()` to `Utf8Char` and `Utf16Char`
25 * Add `Utf{8,16}Char{s,Indices}`: `str`-based iterators for `Utf8Char` and `Utf16Char` equivalent t…
30 * Add `Utf8Char::from_ascii()`, `Utf16Char::from_bmp()` with `_unchecked` versions of both.
43 * Implement `Display` for `Utf8Char` and `Utf16Char`.
54 to `from_utf{8,16}_slice_start()` to be consistent with `Utf8Char`.
62 * Fix bug where `CharExt::write_utf8()` and `Utf8Char::to_slice()` could change bytes it shouldn't.
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/encode_unicode-0.3.6/
H A DRELEASES.md24 * Add `from_str_start()` to `Utf8Char` and `Utf16Char`
25 * Add `Utf{8,16}Char{s,Indices}`: `str`-based iterators for `Utf8Char` and `Utf16Char` equivalent t…
30 * Add `Utf8Char::from_ascii()`, `Utf16Char::from_bmp()` with `_unchecked` versions of both.
43 * Implement `Display` for `Utf8Char` and `Utf16Char`.
54 to `from_utf{8,16}_slice_start()` to be consistent with `Utf8Char`.
62 * Fix bug where `CharExt::write_utf8()` and `Utf8Char::to_slice()` could change bytes it shouldn't.
/dports/lang/gleam/gleam-0.18.2/cargo-crates/encode_unicode-0.3.6/
H A DRELEASES.md24 * Add `from_str_start()` to `Utf8Char` and `Utf16Char`
25 * Add `Utf{8,16}Char{s,Indices}`: `str`-based iterators for `Utf8Char` and `Utf16Char` equivalent t…
30 * Add `Utf8Char::from_ascii()`, `Utf16Char::from_bmp()` with `_unchecked` versions of both.
43 * Implement `Display` for `Utf8Char` and `Utf16Char`.
54 to `from_utf{8,16}_slice_start()` to be consistent with `Utf8Char`.
62 * Fix bug where `CharExt::write_utf8()` and `Utf8Char::to_slice()` could change bytes it shouldn't.
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/encode_unicode-0.3.6/
H A DRELEASES.md24 * Add `from_str_start()` to `Utf8Char` and `Utf16Char`
25 * Add `Utf{8,16}Char{s,Indices}`: `str`-based iterators for `Utf8Char` and `Utf16Char` equivalent t…
30 * Add `Utf8Char::from_ascii()`, `Utf16Char::from_bmp()` with `_unchecked` versions of both.
43 * Implement `Display` for `Utf8Char` and `Utf16Char`.
54 to `from_utf{8,16}_slice_start()` to be consistent with `Utf8Char`.
62 * Fix bug where `CharExt::write_utf8()` and `Utf8Char::to_slice()` could change bytes it shouldn't.
/dports/devel/texlab/texlab-3.3.0/cargo-crates/encode_unicode-0.3.6/
H A DRELEASES.md24 * Add `from_str_start()` to `Utf8Char` and `Utf16Char`
25 * Add `Utf{8,16}Char{s,Indices}`: `str`-based iterators for `Utf8Char` and `Utf16Char` equivalent t…
30 * Add `Utf8Char::from_ascii()`, `Utf16Char::from_bmp()` with `_unchecked` versions of both.
43 * Implement `Display` for `Utf8Char` and `Utf16Char`.
54 to `from_utf{8,16}_slice_start()` to be consistent with `Utf8Char`.
62 * Fix bug where `CharExt::write_utf8()` and `Utf8Char::to_slice()` could change bytes it shouldn't.
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/encode_unicode-0.3.6/
H A DRELEASES.md24 * Add `from_str_start()` to `Utf8Char` and `Utf16Char`
25 * Add `Utf{8,16}Char{s,Indices}`: `str`-based iterators for `Utf8Char` and `Utf16Char` equivalent t…
30 * Add `Utf8Char::from_ascii()`, `Utf16Char::from_bmp()` with `_unchecked` versions of both.
43 * Implement `Display` for `Utf8Char` and `Utf16Char`.
54 to `from_utf{8,16}_slice_start()` to be consistent with `Utf8Char`.
62 * Fix bug where `CharExt::write_utf8()` and `Utf8Char::to_slice()` could change bytes it shouldn't.
/dports/www/xh/xh-0.14.1/cargo-crates/encode_unicode-0.3.6/
H A DRELEASES.md24 * Add `from_str_start()` to `Utf8Char` and `Utf16Char`
25 * Add `Utf{8,16}Char{s,Indices}`: `str`-based iterators for `Utf8Char` and `Utf16Char` equivalent t…
30 * Add `Utf8Char::from_ascii()`, `Utf16Char::from_bmp()` with `_unchecked` versions of both.
43 * Implement `Display` for `Utf8Char` and `Utf16Char`.
54 to `from_utf{8,16}_slice_start()` to be consistent with `Utf8Char`.
62 * Fix bug where `CharExt::write_utf8()` and `Utf8Char::to_slice()` could change bytes it shouldn't.

12345678910>>...12