Home
last modified time | relevance | path

Searched refs:EncodingDetector (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/chardetng/src/
H A Dlib.rs1808 EncodingDetector::WESTERN_INDEX in encoding_for_tld()
1861 encoding == EncodingDetector::GBK_INDEX || encoding == EncodingDetector::BIG5_INDEX in encoding_is_native_to_tld()
1930 EncodingDetector::BIG5_INDEX in score_adjustment()
1966 EncodingDetector::BIG5_INDEX in score_adjustment()
2025 EncodingDetector::BIG5_INDEX in score_adjustment()
2080 EncodingDetector::BIG5_INDEX in score_adjustment()
2133 EncodingDetector::BIG5_INDEX in score_adjustment()
2152 EncodingDetector::BIG5_INDEX in score_adjustment()
2477 pub struct EncodingDetector { struct
2487 impl EncodingDetector { argument
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/chardetng/
H A Dmod.rs2107 EncodingDetector::WESTERN_INDEX in encoding_for_tld()
2160 encoding == EncodingDetector::GBK_INDEX || encoding == EncodingDetector::BIG5_INDEX in encoding_is_native_to_tld()
2229 EncodingDetector::BIG5_INDEX in score_adjustment()
2265 EncodingDetector::BIG5_INDEX in score_adjustment()
2324 EncodingDetector::BIG5_INDEX in score_adjustment()
2379 EncodingDetector::BIG5_INDEX in score_adjustment()
2432 EncodingDetector::BIG5_INDEX in score_adjustment()
2451 EncodingDetector::BIG5_INDEX in score_adjustment()
2817 pub struct EncodingDetector { struct
2827 impl EncodingDetector { argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/chardetng/src/
H A Dlib.rs2109 EncodingDetector::WESTERN_INDEX in encoding_for_tld()
2162 encoding == EncodingDetector::GBK_INDEX || encoding == EncodingDetector::BIG5_INDEX in encoding_is_native_to_tld()
2231 EncodingDetector::BIG5_INDEX in score_adjustment()
2267 EncodingDetector::BIG5_INDEX in score_adjustment()
2326 EncodingDetector::BIG5_INDEX in score_adjustment()
2381 EncodingDetector::BIG5_INDEX in score_adjustment()
2434 EncodingDetector::BIG5_INDEX in score_adjustment()
2453 EncodingDetector::BIG5_INDEX in score_adjustment()
2780 pub struct EncodingDetector { struct
2790 impl EncodingDetector { argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/chardetng/src/
H A Dlib.rs2088 EncodingDetector::WESTERN_INDEX in encoding_for_tld()
2141 encoding == EncodingDetector::GBK_INDEX || encoding == EncodingDetector::BIG5_INDEX in encoding_is_native_to_tld()
2210 EncodingDetector::BIG5_INDEX in score_adjustment()
2246 EncodingDetector::BIG5_INDEX in score_adjustment()
2305 EncodingDetector::BIG5_INDEX in score_adjustment()
2360 EncodingDetector::BIG5_INDEX in score_adjustment()
2413 EncodingDetector::BIG5_INDEX in score_adjustment()
2432 EncodingDetector::BIG5_INDEX in score_adjustment()
2759 pub struct EncodingDetector { struct
2769 impl EncodingDetector { implementation
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/chardetng/src/
H A Dlib.rs2088 EncodingDetector::WESTERN_INDEX in encoding_for_tld()
2141 encoding == EncodingDetector::GBK_INDEX || encoding == EncodingDetector::BIG5_INDEX in encoding_is_native_to_tld()
2210 EncodingDetector::BIG5_INDEX in score_adjustment()
2246 EncodingDetector::BIG5_INDEX in score_adjustment()
2305 EncodingDetector::BIG5_INDEX in score_adjustment()
2360 EncodingDetector::BIG5_INDEX in score_adjustment()
2413 EncodingDetector::BIG5_INDEX in score_adjustment()
2432 EncodingDetector::BIG5_INDEX in score_adjustment()
2759 pub struct EncodingDetector { struct
2769 impl EncodingDetector { argument
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/chardetng-0.1.15/src/
H A Dlib.rs2109 EncodingDetector::WESTERN_INDEX in encoding_for_tld()
2162 encoding == EncodingDetector::GBK_INDEX || encoding == EncodingDetector::BIG5_INDEX in encoding_is_native_to_tld()
2231 EncodingDetector::BIG5_INDEX in score_adjustment()
2267 EncodingDetector::BIG5_INDEX in score_adjustment()
2326 EncodingDetector::BIG5_INDEX in score_adjustment()
2381 EncodingDetector::BIG5_INDEX in score_adjustment()
2434 EncodingDetector::BIG5_INDEX in score_adjustment()
2453 EncodingDetector::BIG5_INDEX in score_adjustment()
2819 pub struct EncodingDetector { struct
2829 impl EncodingDetector { argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/
H A DEncodingDetector.h21 class EncodingDetector; variable
24 #define CHARDETNG_ENCODING_DETECTOR mozilla::EncodingDetector
43 class EncodingDetector final {
45 ~EncodingDetector() = default;
49 reinterpret_cast<EncodingDetector*>(aDetector)); in delete()
55 static inline UniquePtr<EncodingDetector> Create() { in Create()
56 UniquePtr<EncodingDetector> detector(chardetng_encoding_detector_new()); in Create()
130 EncodingDetector() = delete;
131 EncodingDetector(const EncodingDetector&) = delete;
132 EncodingDetector& operator=(const EncodingDetector&) = delete;
/dports/www/firefox-esr/firefox-91.8.0/intl/
H A DEncodingDetector.h21 class EncodingDetector; variable
24 #define CHARDETNG_ENCODING_DETECTOR mozilla::EncodingDetector
43 class EncodingDetector final {
45 ~EncodingDetector() = default;
49 reinterpret_cast<EncodingDetector*>(aDetector)); in delete()
55 static inline UniquePtr<EncodingDetector> Create() { in Create()
56 UniquePtr<EncodingDetector> detector(chardetng_encoding_detector_new()); in Create()
139 EncodingDetector() = delete;
140 EncodingDetector(const EncodingDetector&) = delete;
141 EncodingDetector& operator=(const EncodingDetector&) = delete;
/dports/www/firefox/firefox-99.0/intl/
H A DEncodingDetector.h21 class EncodingDetector; variable
24 #define CHARDETNG_ENCODING_DETECTOR mozilla::EncodingDetector
43 class EncodingDetector final {
45 ~EncodingDetector() = default;
49 reinterpret_cast<EncodingDetector*>(aDetector)); in delete()
55 static inline UniquePtr<EncodingDetector> Create() { in Create()
56 UniquePtr<EncodingDetector> detector(chardetng_encoding_detector_new()); in Create()
139 EncodingDetector() = delete;
140 EncodingDetector(const EncodingDetector&) = delete;
141 EncodingDetector& operator=(const EncodingDetector&) = delete;
/dports/mail/thunderbird/thunderbird-91.8.0/intl/
H A DEncodingDetector.h21 class EncodingDetector; variable
24 #define CHARDETNG_ENCODING_DETECTOR mozilla::EncodingDetector
43 class EncodingDetector final {
45 ~EncodingDetector() = default;
49 reinterpret_cast<EncodingDetector*>(aDetector)); in delete()
55 static inline UniquePtr<EncodingDetector> Create() { in Create()
56 UniquePtr<EncodingDetector> detector(chardetng_encoding_detector_new()); in Create()
139 EncodingDetector() = delete;
140 EncodingDetector(const EncodingDetector&) = delete;
141 EncodingDetector& operator=(const EncodingDetector&) = delete;
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dencodingdetector.h17 class DLLIMPORT EncodingDetector : public nsUniversalDetector
20 EncodingDetector(const wxString& filename, bool useLog=true);
21 EncodingDetector(LoaderBase* fileLdr, bool useLog=true);
22 EncodingDetector(const wxByte* buffer, size_t size, bool useLog=true);
23 EncodingDetector(const EncodingDetector& rhs, bool useLog=true);
24 ~EncodingDetector() override;
/dports/www/firefox/firefox-99.0/third_party/rust/chardetng_c/src/
H A Dlib.rs24 use chardetng::EncodingDetector;
42 pub unsafe extern "C" fn chardetng_encoding_detector_new() -> *mut EncodingDetector { in chardetng_encoding_detector_new()
43 Box::into_raw(Box::new(EncodingDetector::new())) in chardetng_encoding_detector_new()
48 pub unsafe extern "C" fn chardetng_encoding_detector_free(detector: *mut EncodingDetector) { in chardetng_encoding_detector_free() argument
71 EncodingDetector::tld_may_affect_guess(tld_opt) in chardetng_encoding_detector_tld_may_affect_guess()
113 detector: *mut EncodingDetector, in chardetng_encoding_detector_feed() argument
164 detector: *const EncodingDetector, in chardetng_encoding_detector_guess() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/chardetng_c/src/
H A Dlib.rs24 use chardetng::EncodingDetector;
42 pub unsafe extern "C" fn chardetng_encoding_detector_new() -> *mut EncodingDetector { in chardetng_encoding_detector_new()
43 Box::into_raw(Box::new(EncodingDetector::new())) in chardetng_encoding_detector_new()
48 pub unsafe extern "C" fn chardetng_encoding_detector_free(detector: *mut EncodingDetector) { in chardetng_encoding_detector_free() argument
71 EncodingDetector::tld_may_affect_guess(tld_opt) in chardetng_encoding_detector_tld_may_affect_guess()
113 detector: *mut EncodingDetector, in chardetng_encoding_detector_feed() argument
164 detector: *const EncodingDetector, in chardetng_encoding_detector_guess() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/chardetng_c/src/
H A Dlib.rs24 use chardetng::EncodingDetector;
42 pub unsafe extern "C" fn chardetng_encoding_detector_new() -> *mut EncodingDetector { in chardetng_encoding_detector_new()
43 Box::into_raw(Box::new(EncodingDetector::new())) in chardetng_encoding_detector_new()
48 pub unsafe extern "C" fn chardetng_encoding_detector_free(detector: *mut EncodingDetector) { in chardetng_encoding_detector_free() argument
71 EncodingDetector::tld_may_affect_guess(tld_opt) in chardetng_encoding_detector_tld_may_affect_guess()
113 detector: *mut EncodingDetector, in chardetng_encoding_detector_feed() argument
164 detector: *const EncodingDetector, in chardetng_encoding_detector_guess() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/chardetng_c/src/
H A Dlib.rs24 use chardetng::EncodingDetector;
42 pub unsafe extern "C" fn chardetng_encoding_detector_new() -> *mut EncodingDetector { in chardetng_encoding_detector_new()
43 Box::into_raw(Box::new(EncodingDetector::new())) in chardetng_encoding_detector_new()
48 pub unsafe extern "C" fn chardetng_encoding_detector_free(detector: *mut EncodingDetector) { in chardetng_encoding_detector_free() argument
91 detector: *mut EncodingDetector, in chardetng_encoding_detector_feed() argument
142 detector: *const EncodingDetector, in chardetng_encoding_detector_guess() argument
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dencodingdetector.cpp35 EncodingDetector::EncodingDetector(const wxString& filename, bool useLog) : in EncodingDetector() function in EncodingDetector
47 EncodingDetector::EncodingDetector(LoaderBase* fileLdr, bool useLog) : in EncodingDetector() function in EncodingDetector
59 EncodingDetector::EncodingDetector(const wxByte* buffer, size_t size, bool useLog) : in EncodingDetector() function in EncodingDetector
71 EncodingDetector::~EncodingDetector() in ~EncodingDetector()
75 void EncodingDetector::Report(const char *aCharset) in Report()
88 bool EncodingDetector::IsOK() const in IsOK()
93 bool EncodingDetector::UsesBOM() const in UsesBOM()
98 int EncodingDetector::GetBOMSizeInBytes() const in GetBOMSizeInBytes()
103 wxFontEncoding EncodingDetector::GetFontEncoding() const in GetFontEncoding()
108 wxString EncodingDetector::GetWxStr() const in GetWxStr()
[all …]
/dports/www/jericho-html/jericho-html-3.2/src/java/net/htmlparser/jericho/
H A DEncodingDetector.java28 final class EncodingDetector { class
42 public EncodingDetector(final URLConnection urlConnection) throws IOException { in EncodingDetector() method in EncodingDetector
46 public EncodingDetector(final InputStream inputStream) throws IOException { in EncodingDetector() method in EncodingDetector
50 …public EncodingDetector(final InputStream inputStream, final String preliminaryEncoding) throws IO… in EncodingDetector() method in EncodingDetector
57 private EncodingDetector(final StreamEncodingDetector streamEncodingDetector) throws IOException { in EncodingDetector() method in EncodingDetector
61 …private EncodingDetector(final StreamEncodingDetector streamEncodingDetector, final String alterna… in EncodingDetector() method in EncodingDetector
72 …private EncodingDetector(final InputStream inputStream, final String preliminaryEncoding, final St… in EncodingDetector() method in EncodingDetector
H A DStreamedSource.java142 …private StreamedSource(final EncodingDetector encodingDetector, final boolean automaticClose) thro… in StreamedSource()
177 this(new EncodingDetector(inputStream),false); in StreamedSource()
190 this(new EncodingDetector(url.openConnection()),true); in StreamedSource()
209 this(new EncodingDetector(urlConnection),true); in StreamedSource()
H A DStreamEncodingDetector.java49 …private static final String DEFAULT_8BIT=EncodingDetector.isEncodingSupported(WINDOWS_1252)?WINDOW…
76 if (EncodingDetector.isEncodingSupported(encodingWithoutQuotes)) { in StreamEncodingDetector()
132 …if (!EncodingDetector.isEncodingSupported(encoding)) throw new UnsupportedEncodingException(encodi… in openReader()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/chardetng_c/include/
H A Dchardetng.h22 #define CHARDETNG_ENCODING_DETECTOR EncodingDetector
24 typedef struct Detector_ EncodingDetector; typedef
/dports/www/firefox/firefox-99.0/third_party/rust/chardetng_c/include/
H A Dchardetng.h22 #define CHARDETNG_ENCODING_DETECTOR EncodingDetector
24 typedef struct Detector_ EncodingDetector; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/chardetng_c/include/
H A Dchardetng.h22 #define CHARDETNG_ENCODING_DETECTOR EncodingDetector
24 typedef struct Detector_ EncodingDetector; typedef
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/chardetng_c/include/
H A Dchardetng.h22 #define CHARDETNG_ENCODING_DETECTOR EncodingDetector
24 typedef struct Detector_ EncodingDetector; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mime/src/
H A Dcomi18n.cpp39 mozilla::UniquePtr<mozilla::EncodingDetector> detector = in MIME_detect_charset()
40 mozilla::EncodingDetector::Create(); in MIME_detect_charset()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/working_copy/
H A Dmod.rs1 use crate::chardetng::EncodingDetector;
29 let mut detector = EncodingDetector::new(); in decode_file()

123