Home
last modified time | relevance | path

Searched defs:UTF16Decoder (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/encoding-0.2.33/src/codec/
H A Dutf_16.rs154 pub struct UTF16Decoder<E> { struct
160 impl<E: Endian> UTF16Decoder<E> { argument
167 impl<E: Endian> RawDecoder for UTF16Decoder<E> { implementation
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/encoding-0.2.33/src/codec/
H A Dutf_16.rs154 pub struct UTF16Decoder<E> { struct
160 impl<E: Endian> UTF16Decoder<E> { implementation
167 impl<E: Endian> RawDecoder for UTF16Decoder<E> { implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/encoding/src/codec/
H A Dutf_16.rs154 pub struct UTF16Decoder<E> { struct
160 impl<E: Endian> UTF16Decoder<E> { argument
167 impl<E: Endian> RawDecoder for UTF16Decoder<E> { implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/encoding-0.2.33/src/codec/
H A Dutf_16.rs154 pub struct UTF16Decoder<E> { struct
160 impl<E: Endian> UTF16Decoder<E> { argument
167 impl<E: Endian> RawDecoder for UTF16Decoder<E> { implementation
/dports/www/zola/zola-0.15.2/cargo-crates/encoding-0.2.33/src/codec/
H A Dutf_16.rs154 pub struct UTF16Decoder<E> { struct
160 impl<E: Endian> UTF16Decoder<E> { argument
167 impl<E: Endian> RawDecoder for UTF16Decoder<E> { implementation
/dports/textproc/bat/bat-0.18.3/cargo-crates/encoding-0.2.33/src/codec/
H A Dutf_16.rs154 pub struct UTF16Decoder<E> { struct
160 impl<E: Endian> UTF16Decoder<E> { argument
167 impl<E: Endian> RawDecoder for UTF16Decoder<E> { implementation
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/security/ssl/GenSSLConfigs/
H A DTestThread.java15 * You should have received a copy of the GNU General Public License version
42 in makeDecoder()
43 // basic test flags in makeDecoder()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/
H A DXmlEncoding.cs13 internal class UTF16Decoder : System.Text.Decoder { class
18 public UTF16Decoder( bool bigEndian ) { in UTF16Decoder() method in System.Xml.UTF16Decoder
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/
H A DXmlEncoding.cs10 internal class UTF16Decoder : System.Text.Decoder class
16 public UTF16Decoder(bool bigEndian) in UTF16Decoder() method in System.Xml.UTF16Decoder
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/util/
H A DUTF8Stream.cpp327 UTF16Decoder::UTF16Decoder(const uint16_t* utf16Begin, const uint16_t* utf16End) { in UTF16Decoder() function in Lucene::UTF16Decoder