Home
last modified time | relevance | path

Searched refs:ISO_8859_7 (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ced/src/util/encodings/
H A Dencodings.cc74 { "Greek", "ISO-8859-7", ISO_8859_7},
313 case ISO_8859_7: in IsSupersetOfAscii7Bit()
371 case ISO_8859_7: in Is8BitEncoding()
642 encoding_map["ecma-118"] = ISO_8859_7; in GetEncodingMap()
643 encoding_map["elot_928"] = ISO_8859_7; in GetEncodingMap()
656 encoding_map["greek"] = ISO_8859_7; in GetEncodingMap()
657 encoding_map["greek8"] = ISO_8859_7; in GetEncodingMap()
688 encoding_map["iso-8859-7"] = ISO_8859_7; in GetEncodingMap()
697 encoding_map["iso-ir-126"] = ISO_8859_7; in GetEncodingMap()
724 encoding_map["iso_8859-7"] = ISO_8859_7; in GetEncodingMap()
[all …]
/dports/mail/rspamd/rspamd-3.1/contrib/google-ced/util/encodings/
H A Dencodings.cc74 { "Greek", "ISO-8859-7", ISO_8859_7},
313 case ISO_8859_7: in IsSupersetOfAscii7Bit()
371 case ISO_8859_7: in Is8BitEncoding()
642 encoding_map["ecma-118"] = ISO_8859_7; in GetEncodingMap()
643 encoding_map["elot_928"] = ISO_8859_7; in GetEncodingMap()
656 encoding_map["greek"] = ISO_8859_7; in GetEncodingMap()
657 encoding_map["greek8"] = ISO_8859_7; in GetEncodingMap()
688 encoding_map["iso-8859-7"] = ISO_8859_7; in GetEncodingMap()
697 encoding_map["iso-ir-126"] = ISO_8859_7; in GetEncodingMap()
724 encoding_map["iso_8859-7"] = ISO_8859_7; in GetEncodingMap()
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/google-ced/util/encodings/
H A Dencodings.cc74 { "Greek", "ISO-8859-7", ISO_8859_7},
313 case ISO_8859_7: in IsSupersetOfAscii7Bit()
371 case ISO_8859_7: in Is8BitEncoding()
642 encoding_map["ecma-118"] = ISO_8859_7; in GetEncodingMap()
643 encoding_map["elot_928"] = ISO_8859_7; in GetEncodingMap()
656 encoding_map["greek"] = ISO_8859_7; in GetEncodingMap()
657 encoding_map["greek8"] = ISO_8859_7; in GetEncodingMap()
688 encoding_map["iso-8859-7"] = ISO_8859_7; in GetEncodingMap()
697 encoding_map["iso-ir-126"] = ISO_8859_7; in GetEncodingMap()
724 encoding_map["iso_8859-7"] = ISO_8859_7; in GetEncodingMap()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ced/src/util/encodings/
H A Dencodings.cc74 { "Greek", "ISO-8859-7", ISO_8859_7},
313 case ISO_8859_7: in IsSupersetOfAscii7Bit()
371 case ISO_8859_7: in Is8BitEncoding()
642 encoding_map["ecma-118"] = ISO_8859_7; in GetEncodingMap()
643 encoding_map["elot_928"] = ISO_8859_7; in GetEncodingMap()
656 encoding_map["greek"] = ISO_8859_7; in GetEncodingMap()
657 encoding_map["greek8"] = ISO_8859_7; in GetEncodingMap()
688 encoding_map["iso-8859-7"] = ISO_8859_7; in GetEncodingMap()
697 encoding_map["iso-ir-126"] = ISO_8859_7; in GetEncodingMap()
724 encoding_map["iso_8859-7"] = ISO_8859_7; in GetEncodingMap()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/java/nio/charset/
H A DISO_8859_7.h22 class ISO_8859_7; variable
29 class gnu::java::nio::charset::ISO_8859_7 : public ::gnu::java::nio::charset::ByteCharset
33 ISO_8859_7();
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/java/nio/charset/
H A DISO_8859_7.h22 class ISO_8859_7; variable
29 class gnu::java::nio::charset::ISO_8859_7 : public ::gnu::java::nio::charset::ByteCharset
33 ISO_8859_7();
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/java/nio/charset/
H A DISO_8859_7.h22 class ISO_8859_7; variable
29 class gnu::java::nio::charset::ISO_8859_7 : public ::gnu::java::nio::charset::ByteCharset
33 ISO_8859_7();
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/java/nio/charset/
H A DISO_8859_7.h22 class ISO_8859_7; variable
29 class gnu::java::nio::charset::ISO_8859_7 : public ::gnu::java::nio::charset::ByteCharset
33 ISO_8859_7();
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/java/nio/charset/
H A DISO_8859_7.h22 class ISO_8859_7; variable
29 class gnu::java::nio::charset::ISO_8859_7 : public ::gnu::java::nio::charset::ByteCharset
33 ISO_8859_7();
/dports/devel/sccache/sccache-0.2.15/cargo-crates/encoding_rs-0.8.26/src/
H A Dtest_labels_names.rs32 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
52 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
94 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
97 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
118 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
148 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
149 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
150 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
205 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/encoding_rs-0.8.28/src/
H A Dtest_labels_names.rs32 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
52 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
94 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
97 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
118 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
148 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
149 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
150 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
205 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/encoding_rs-0.8.29/src/
H A Dtest_labels_names.rs33 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
53 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
98 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
99 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
120 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
151 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
152 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
153 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
210 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/encoding_rs-0.8.24/src/
H A Dtest_labels_names.rs32 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
52 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
94 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
97 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
118 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
148 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
149 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
150 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
205 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/encoding_rs-0.8.28/src/
H A Dtest_labels_names.rs32 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
52 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
94 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
97 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
118 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
148 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
149 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
150 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
205 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/encoding_rs-0.8.29/src/
H A Dtest_labels_names.rs33 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
53 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
98 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
99 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
120 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
151 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
152 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
153 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
210 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/encoding_rs/src/
H A Dtest_labels_names.rs32 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
52 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
94 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
97 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
118 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
148 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
149 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
150 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
205 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/encoding_rs-0.8.28/src/
H A Dtest_labels_names.rs32 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
52 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
94 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
97 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
118 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
148 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
149 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
150 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
205 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/encoding_rs-0.8.28/src/
H A Dtest_labels_names.rs32 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
52 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
94 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
97 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
118 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
148 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
149 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
150 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
205 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/encoding_rs-0.8.22/src/
H A Dtest_labels_names.rs32 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
52 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
94 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
97 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
118 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
148 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
149 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
150 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
205 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/encoding_rs-0.8.28/src/
H A Dtest_labels_names.rs32 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
52 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
94 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
97 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
118 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
148 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
149 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
150 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
205 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/encoding_rs-0.8.20/src/
H A Dtest_labels_names.rs32 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
52 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
94 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
97 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
118 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
148 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
149 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
150 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
205 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/encoding_rs-0.8.26/src/
H A Dtest_labels_names.rs32 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
52 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
94 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
97 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
118 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
148 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
149 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
150 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
205 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/encoding_rs-0.8.30/src/
H A Dtest_labels_names.rs33 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
53 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
98 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
99 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
120 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
151 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
152 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
153 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
210 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/encoding_rs-0.8.28/src/
H A Dtest_labels_names.rs32 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
52 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
94 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
97 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
118 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
148 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
149 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
150 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
205 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/encoding_rs-0.8.23/src/
H A Dtest_labels_names.rs32 assert_eq!(Encoding::for_label(b"greek"), Some(ISO_8859_7)); in test_all_labels()
52 assert_eq!(Encoding::for_label(b"greek8"), Some(ISO_8859_7)); in test_all_labels()
94 assert_eq!(Encoding::for_label(b"iso88597"), Some(ISO_8859_7)); in test_all_labels()
96 assert_eq!(Encoding::for_label(b"ecma-118"), Some(ISO_8859_7)); in test_all_labels()
97 assert_eq!(Encoding::for_label(b"elot_928"), Some(ISO_8859_7)); in test_all_labels()
118 assert_eq!(Encoding::for_label(b"iso8859-7"), Some(ISO_8859_7)); in test_all_labels()
148 assert_eq!(Encoding::for_label(b"iso-ir-126"), Some(ISO_8859_7)); in test_all_labels()
149 assert_eq!(Encoding::for_label(b"iso-8859-7"), Some(ISO_8859_7)); in test_all_labels()
150 assert_eq!(Encoding::for_label(b"iso_8859-7"), Some(ISO_8859_7)); in test_all_labels()
205 assert_eq!(Encoding::for_label(b"sun_eu_greek"), Some(ISO_8859_7)); in test_all_labels()
[all …]

12345678910>>...16