Home
last modified time | relevance | path

Searched defs:charsUsed (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Text/
H A DEncoder.cs246 out int charsUsed, out int bytesUsed, out bool completed) in Convert()
303out int charsUsed, out int bytesUsed, out bool completed) in Convert()
336 …oid Convert(ReadOnlySpan<char> chars, Span<byte> bytes, bool flush, out int charsUsed, out int byt… in Convert()
H A DDecoder.cs252 out int bytesUsed, out int charsUsed, out bool completed) in Convert()
308 … out int bytesUsed, out int charsUsed, out bool completed) in Convert()
342 …ySpan<byte> bytes, Span<char> chars, bool flush, out int bytesUsed, out int charsUsed, out bool co… in Convert()
H A DEncoderNLS.cs143out int charsUsed, out int bytesUsed, out bool completed) in Convert()
181out int charsUsed, out int bytesUsed, out bool completed) in Convert()
H A DDecoderNLS.cs154 … out int bytesUsed, out int charsUsed, out bool completed) in Convert()
192 … out int bytesUsed, out int charsUsed, out bool completed) in Convert()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Text/
H A DEncoder.cs246 out int charsUsed, out int bytesUsed, out bool completed) in Convert()
303out int charsUsed, out int bytesUsed, out bool completed) in Convert()
336 …oid Convert(ReadOnlySpan<char> chars, Span<byte> bytes, bool flush, out int charsUsed, out int byt… in Convert()
H A DDecoder.cs252 out int bytesUsed, out int charsUsed, out bool completed) in Convert()
308 … out int bytesUsed, out int charsUsed, out bool completed) in Convert()
342 …ySpan<byte> bytes, Span<char> chars, bool flush, out int bytesUsed, out int charsUsed, out bool co… in Convert()
H A DEncoderNLS.cs143out int charsUsed, out int bytesUsed, out bool completed) in Convert()
181out int charsUsed, out int bytesUsed, out bool completed) in Convert()
H A DDecoderNLS.cs154 … out int bytesUsed, out int charsUsed, out bool completed) in Convert()
192 … out int bytesUsed, out int charsUsed, out bool completed) in Convert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/text/
H A Dencoder.cs249 out int charsUsed, out int bytesUsed, out bool completed) in Convert()
309out int charsUsed, out int bytesUsed, out bool completed) in Convert()
H A Ddecoder.cs257 out int bytesUsed, out int charsUsed, out bool completed) in Convert()
316 … out int bytesUsed, out int charsUsed, out bool completed) in Convert()
H A Dencodernls.cs192out int charsUsed, out int bytesUsed, out bool completed) in Convert()
239out int charsUsed, out int bytesUsed, out bool completed) in Convert()
H A Ddecodernls.cs203 … out int bytesUsed, out int charsUsed, out bool completed) in Convert()
250 … out int bytesUsed, out int charsUsed, out bool completed) in Convert()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Text/
H A DOSEncoder.cs177out int charsUsed, out int bytesUsed, out bool completed) in Convert()
214out int charsUsed, out int bytesUsed, out bool completed) in Convert()
H A DDBCSDecoder.cs203 … out int bytesUsed, out int charsUsed, out bool completed) in Convert()
240 … out int bytesUsed, out int charsUsed, out bool completed) in Convert()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.Encoding.CodePages/src/System/Text/
H A DEncoderNLS.cs180out int charsUsed, out int bytesUsed, out bool completed) in Convert()
219out int charsUsed, out int bytesUsed, out bool completed) in Convert()
H A DDecoderNLS.cs191 … out int bytesUsed, out int charsUsed, out bool completed) in Convert()
230 … out int bytesUsed, out int charsUsed, out bool completed) in Convert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/
H A DXmlEncoding.cs79 …chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool co… in Convert()
156 …chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool co… in Convert()
373 …chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool co… in Convert()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/
H A DXmlEncoding.cs91 …chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool co… in Convert()
184 …chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool co… in Convert()
472 …chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool co… in Convert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/I18N/Common/
H A DMonoEncoding.cs325 out int charsUsed, out int bytesUsed, out bool completed) in Convert()
345 out int charsUsed, out int bytesUsed, out bool completed) in Convert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlSequentialTextReader.cs522 …chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool co… in Convert()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlSequentialTextReader.cs520 …chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool co… in Convert()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DI18N.cs138 …char* chars, int charCount, byte* bytes, int byteCount, bool flush, out int charsUsed, out int byt… in Convert()
140 … charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int byt… in Convert()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DI18N.cs137 …char* chars, int charCount, byte* bytes, int byteCount, bool flush, out int charsUsed, out int byt… in Convert()
139 … charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int byt… in Convert()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DI18N.cs137 …char* chars, int charCount, byte* bytes, int byteCount, bool flush, out int charsUsed, out int byt… in Convert()
139 … charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int byt… in Convert()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DI18N.cs137 …char* chars, int charCount, byte* bytes, int byteCount, bool flush, out int charsUsed, out int byt… in Convert()
139 … charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int byt… in Convert()

12