Home
last modified time | relevance | path

Searched refs:UTF7Encoding (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.Encoding/tests/UTF7Encoding/
H A DUTF7EncodingTests.cs15 UTF7Encoding encoding = new UTF7Encoding(); in Ctor_Empty()
24 UTF7Encoding encoding = new UTF7Encoding(allowOptionals); in Ctor_Bool()
87 UTF7Encoding clone = (UTF7Encoding)encoding.Clone(); in Clone()
94 UTF7Encoding encoding = new UTF7Encoding(); in Equals_TestData()
96 yield return new object[] { new UTF7Encoding(), new UTF7Encoding(), true }; in Equals_TestData()
98 yield return new object[] { new UTF7Encoding(), new UTF7Encoding(true), false }; in Equals_TestData()
99 yield return new object[] { new UTF7Encoding(), new UTF7Encoding(false), true }; in Equals_TestData()
101 yield return new object[] { new UTF7Encoding(true), new UTF7Encoding(true), true }; in Equals_TestData()
102 yield return new object[] { new UTF7Encoding(true), new UTF7Encoding(false), false }; in Equals_TestData()
104 yield return new object[] { new UTF7Encoding(false), new UTF7Encoding(false), true }; in Equals_TestData()
[all …]
H A DUTF7EncodingGetMaxCharCount.cs19 Assert.Equal(expected, new UTF7Encoding(true).GetMaxCharCount(byteCount)); in GetMaxCharCount()
20 Assert.Equal(expected, new UTF7Encoding(false).GetMaxCharCount(byteCount)); in GetMaxCharCount()
H A DUTF7EncodingGetMaxByteCount.cs21 Assert.Equal(expected, new UTF7Encoding(true).GetMaxByteCount(charCount)); in GetMaxByteCount()
22 Assert.Equal(expected, new UTF7Encoding(false).GetMaxByteCount(charCount)); in GetMaxByteCount()
H A DUTF7EncodingDecode.cs107 EncodingHelpers.Decode(new UTF7Encoding(true), bytes, index, count, expected); in Decode()
108 EncodingHelpers.Decode(new UTF7Encoding(false), bytes, index, count, expected); in Decode()
H A DUTF7EncodingGetDecoder.cs14 Decoder decoder = new UTF7Encoding().GetDecoder(); in GetDecoder()
H A DUTF7EncodingGetEncoder.cs14 Encoder encoder = new UTF7Encoding().GetEncoder(); in GetEncoder()
H A DUTF7EncodingEncode.cs113 … EncodingHelpers.Encode(new UTF7Encoding(allowOptionals), source, index, count, expected); in Encode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Text/
H A DUTF7EncodingTest.cs26 UTF7Encoding utf7 = new UTF7Encoding (); in IsBrowserDisplay()
33 UTF7Encoding utf7 = new UTF7Encoding (); in IsBrowserSave()
40 UTF7Encoding utf7 = new UTF7Encoding (); in IsMailNewsDisplay()
47 UTF7Encoding utf7 = new UTF7Encoding (); in IsMailNewsSave()
57 UTF7Encoding UTF7enc = new UTF7Encoding (); in TestDirectlyEncoded1()
78 UTF7Encoding UTF7enc = new UTF7Encoding (); in TestDirectlyEncoded2()
124 UTF7Encoding UTF7enc = new UTF7Encoding(); in TestEncodeUnicodeShifted1()
170 UTF7Encoding UTF7enc = new UTF7Encoding (); in RFC1642_Example1()
190 UTF7Encoding UTF7enc = new UTF7Encoding (); in RFC1642_Example2()
215 UTF7Encoding UTF7enc = new UTF7Encoding (); in RFC1642_Example3()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Text/
H A DUTF7Encoding.cs15 public class UTF7Encoding : Encoding class
32 internal static readonly UTF7Encoding s_default = new UTF7Encoding();
50 public UTF7Encoding() in UTF7Encoding() method in System.Text.UTF7Encoding
55 public UTF7Encoding(bool allowOptionals) in UTF7Encoding() method in System.Text.UTF7Encoding
102 UTF7Encoding that = value as UTF7Encoding; in Equals()
416 UTF7Encoding.Encoder encoder = (UTF7Encoding.Encoder)baseEncoder; in GetBytes()
565 UTF7Encoding.Decoder decoder = (UTF7Encoding.Decoder)baseDecoder; in GetChars()
727 return new UTF7Encoding.Decoder(this); in GetDecoder()
733 return new UTF7Encoding.Encoder(this); in GetEncoder()
794 public Decoder(UTF7Encoding encoding) : base(encoding) in Decoder()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Text/
H A DUTF7Encoding.cs15 public class UTF7Encoding : Encoding class
32 internal static readonly UTF7Encoding s_default = new UTF7Encoding();
50 public UTF7Encoding() in UTF7Encoding() method in System.Text.UTF7Encoding
55 public UTF7Encoding(bool allowOptionals) in UTF7Encoding() method in System.Text.UTF7Encoding
102 UTF7Encoding that = value as UTF7Encoding; in Equals()
416 UTF7Encoding.Encoder encoder = (UTF7Encoding.Encoder)baseEncoder; in GetBytes()
565 UTF7Encoding.Decoder decoder = (UTF7Encoding.Decoder)baseDecoder; in GetChars()
727 return new UTF7Encoding.Decoder(this); in GetDecoder()
733 return new UTF7Encoding.Encoder(this); in GetEncoder()
794 public Decoder(UTF7Encoding encoding) : base(encoding) in Decoder()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/text/
H A Dutf7encoding.cs20 public class UTF7Encoding : Encoding class
52 public UTF7Encoding() in UTF7Encoding() method in System.Text.UTF7Encoding
57 public UTF7Encoding(bool allowOptionals) in UTF7Encoding() method in System.Text.UTF7Encoding
131 UTF7Encoding that = value as UTF7Encoding; in Equals()
526 UTF7Encoding.Encoder encoder = (UTF7Encoding.Encoder)baseEncoder; in GetBytes()
677 UTF7Encoding.Decoder decoder = (UTF7Encoding.Decoder) baseDecoder; in GetChars()
839 return new UTF7Encoding.Decoder(this); in GetDecoder()
845 return new UTF7Encoding.Encoder(this); in GetEncoder()
906 public Decoder(UTF7Encoding encoding) : base (encoding) in Decoder()
971 public Encoder(UTF7Encoding encoding) : base(encoding) in Encoder()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.Encoding.Extensions/ref/
H A DSystem.Text.Encoding.Extensions.cs92 public partial class UTF7Encoding : System.Text.Encoding class
94 public UTF7Encoding() { } in UTF7Encoding() method in System.Text.UTF7Encoding
95 public UTF7Encoding(bool allowOptionals) { } in UTF7Encoding() method in System.Text.UTF7Encoding
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/
H A DTextEncoding.cpp48 static const TextEncoding& UTF7Encoding() in UTF7Encoding() function
194 return *this == UTF7Encoding(); in isUTF7Encoding()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Text.Encoding.Extensions/
H A DTypeForwarders.cs28 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.UTF7Encoding
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/Facades/
H A DSystem.Text.Encoding.Extensions.cs18 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.UTF7Encoding)…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.Text.Encoding.Extensions.cs19 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.UTF7Encoding)…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Text.Encoding.Extensions.cs20 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.UTF7Encoding)…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Text.Encoding.Extensions.cs20 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.UTF7Encoding)…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Text.Encoding.Extensions.cs20 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.UTF7Encoding)…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/Facades/
H A DSystem.Text.Encoding.Extensions.cs21 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.UTF7Encoding)…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/Facades/
H A DSystem.Text.Encoding.Extensions.cs21 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.UTF7Encoding)…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/Facades/
H A DSystem.Text.Encoding.Extensions.cs21 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Text.UTF7Encoding)…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.Encoding/tests/
H A DNegativeEncodingTests.cs19 yield return new object[] { new UTF7Encoding(true) }; in Encodings_TestData()
20 yield return new object[] { new UTF7Encoding(false) }; in Encodings_TestData()
253 if (!(encoding is UTF7Encoding)) in GetMaxByteCount_Invalid()
274 if (!(encoding is UTF7Encoding) && !(encoding is UTF32Encoding)) in GetMaxCharCount_Invalid()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Posix/Mono.Unix/
H A DUnixMarshal.cs170 typeof(UTF7Encoding).IsAssignableFrom (encodingType) || in GetStringByteLength()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.IO/
H A DBinaryWriterTest.cs151 writer = new BinaryWriter (stream, new UTF7Encoding ()); in Encoding()

12