Lines Matching refs:UnicodeEncoding

62 …EncodingHelpers.Encode(new UnicodeEncoding(false, true, false), source, index, count, expectedLitt…  in Encode()
63 …EncodingHelpers.Encode(new UnicodeEncoding(false, false, false), source, index, count, expectedLit… in Encode()
64 …EncodingHelpers.Encode(new UnicodeEncoding(true, true, false), source, index, count, expectedBigEn… in Encode()
65 …EncodingHelpers.Encode(new UnicodeEncoding(true, false, false), source, index, count, expectedBigE… in Encode()
67 …EncodingHelpers.Encode(new UnicodeEncoding(false, true, true), source, index, count, expectedLittl… in Encode()
68 …EncodingHelpers.Encode(new UnicodeEncoding(false, false, true), source, index, count, expectedLitt… in Encode()
69 …EncodingHelpers.Encode(new UnicodeEncoding(true, true, true), source, index, count, expectedBigEnd… in Encode()
70 …EncodingHelpers.Encode(new UnicodeEncoding(true, false, true), source, index, count, expectedBigEn… in Encode()
105 …EncodingHelpers.Encode(new UnicodeEncoding(false, true, false), source, index, count, expectedLitt… in Encode_InvalidChars()
106 …EncodingHelpers.Encode(new UnicodeEncoding(false, false, false), source, index, count, expectedLit… in Encode_InvalidChars()
107 …EncodingHelpers.Encode(new UnicodeEncoding(true, true, false), source, index, count, expectedBigEn… in Encode_InvalidChars()
108 …EncodingHelpers.Encode(new UnicodeEncoding(true, false, false), source, index, count, expectedBigE… in Encode_InvalidChars()
110 …NegativeEncodingTests.Encode_Invalid(new UnicodeEncoding(false, true, true), source, index, count); in Encode_InvalidChars()
111 …NegativeEncodingTests.Encode_Invalid(new UnicodeEncoding(false, false, true), source, index, count… in Encode_InvalidChars()
112 … NegativeEncodingTests.Encode_Invalid(new UnicodeEncoding(true, true, true), source, index, count); in Encode_InvalidChars()
113 …NegativeEncodingTests.Encode_Invalid(new UnicodeEncoding(true, false, true), source, index, count); in Encode_InvalidChars()
119 UnicodeEncoding encoding = new UnicodeEncoding(); in GetByteCount_OverlyLargeCount_ThrowsArgumentOutOfRangeException()