/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Text/ |
H A D | UnicodeEncoding.cs | 528 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetByteCount() 562 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetByteCount() 595 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetByteCount() 636 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetByteCount() 910 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetBytes() 980 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetBytes() 1047 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetBytes() 1258 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() 1298 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() 1338 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() [all …]
|
H A D | UTF32Encoding.cs | 441 fallbackBuffer.InternalFallback(highSurrogate, ref charsForFallback); in GetByteCount() 464 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetByteCount() 480 fallbackBuffer.InternalFallback(highSurrogate, ref charsForFallback); in GetByteCount() 610 fallbackBuffer.InternalFallback(highSurrogate, ref charsForFallback); in GetBytes() 633 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetBytes() 678 fallbackBuffer.InternalFallback(highSurrogate, ref charsForFallback); in GetBytes() 785 charCount += fallbackBuffer.InternalFallback(fallbackBytes, bytes); in GetCharCount() 828 charCount += fallbackBuffer.InternalFallback(fallbackBytes, bytes); in GetCharCount() 935 … bool fallbackResult = fallbackBuffer.InternalFallback(fallbackBytes, bytes, ref charsForFallback); in GetChars() 1023 … bool fallbackResult = fallbackBuffer.InternalFallback(fallbackBytes, bytes, ref charsForFallback); in GetChars()
|
H A D | Latin1Encoding.cs | 98 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetByteCount() 133 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetByteCount() 264 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetBytes() 305 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetBytes()
|
H A D | ASCIIEncoding.cs | 413 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetByteCount() 448 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetByteCount() 593 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetBytes() 628 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetBytes() 739 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() 842 … bool fallbackResult = fallbackBuffer.InternalFallback(byteBuffer, bytes, ref charsForFallback); in GetChars()
|
H A D | DecoderFallback.cs | 93 internal unsafe virtual bool InternalFallback(byte[] bytes, byte* pBytes, ref char* chars) in InternalFallback() method in System.Text.DecoderFallbackBuffer 146 internal unsafe virtual int InternalFallback(byte[] bytes, byte* pBytes) in InternalFallback() method in System.Text.DecoderFallbackBuffer
|
H A D | DecoderReplacementFallback.cs | 195 internal unsafe override int InternalFallback(byte[] bytes, byte* pBytes) in InternalFallback() method in System.Text.DecoderReplacementFallbackBuffer
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Text/ |
H A D | UnicodeEncoding.cs | 528 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetByteCount() 562 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetByteCount() 595 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetByteCount() 636 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetByteCount() 910 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetBytes() 980 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetBytes() 1047 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetBytes() 1258 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() 1298 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() 1338 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() [all …]
|
H A D | UTF32Encoding.cs | 441 fallbackBuffer.InternalFallback(highSurrogate, ref charsForFallback); in GetByteCount() 464 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetByteCount() 480 fallbackBuffer.InternalFallback(highSurrogate, ref charsForFallback); in GetByteCount() 610 fallbackBuffer.InternalFallback(highSurrogate, ref charsForFallback); in GetBytes() 633 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetBytes() 678 fallbackBuffer.InternalFallback(highSurrogate, ref charsForFallback); in GetBytes() 785 charCount += fallbackBuffer.InternalFallback(fallbackBytes, bytes); in GetCharCount() 828 charCount += fallbackBuffer.InternalFallback(fallbackBytes, bytes); in GetCharCount() 935 … bool fallbackResult = fallbackBuffer.InternalFallback(fallbackBytes, bytes, ref charsForFallback); in GetChars() 1023 … bool fallbackResult = fallbackBuffer.InternalFallback(fallbackBytes, bytes, ref charsForFallback); in GetChars()
|
H A D | Latin1Encoding.cs | 98 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetByteCount() 133 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetByteCount() 264 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetBytes() 305 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetBytes()
|
H A D | ASCIIEncoding.cs | 413 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetByteCount() 448 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetByteCount() 593 fallbackBuffer.InternalFallback(charLeftOver, ref charsForFallback); in GetBytes() 628 fallbackBuffer.InternalFallback(ch, ref charsForFallback); in GetBytes() 739 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() 842 … bool fallbackResult = fallbackBuffer.InternalFallback(byteBuffer, bytes, ref charsForFallback); in GetChars()
|
H A D | DecoderFallback.cs | 93 internal unsafe virtual bool InternalFallback(byte[] bytes, byte* pBytes, ref char* chars) in InternalFallback() method in System.Text.DecoderFallbackBuffer 146 internal unsafe virtual int InternalFallback(byte[] bytes, byte* pBytes) in InternalFallback() method in System.Text.DecoderFallbackBuffer
|
H A D | DecoderReplacementFallback.cs | 195 internal unsafe override int InternalFallback(byte[] bytes, byte* pBytes) in InternalFallback() method in System.Text.DecoderReplacementFallbackBuffer
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/text/ |
H A D | unicodeencoding.cs | 606 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetByteCount() 638 fallbackBuffer.InternalFallback(ch, ref chars); in GetByteCount() 669 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetByteCount() 709 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetByteCount() 943 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetBytes() 970 fallbackBuffer.InternalFallback(ch, ref chars); in GetBytes() 1038 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetBytes() 1104 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetBytes() 1391 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() 1431 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() [all …]
|
H A D | dbcscodepageencoding.cs | 581 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetByteCount() 616 fallbackBuffer.InternalFallback(ch, ref chars); in GetByteCount() 678 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetBytes() 713 fallbackBuffer.InternalFallback(ch, ref chars); in GetBytes() 828 return fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() 853 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() 916 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() 981 if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars)) in GetChars() 1005 if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars)) in GetChars() 1074 if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars)) in GetChars()
|
H A D | utf32encoding.cs | 507 fallbackBuffer.InternalFallback(highSurrogate, ref chars); in GetByteCount() 529 fallbackBuffer.InternalFallback(ch, ref chars); in GetByteCount() 543 fallbackBuffer.InternalFallback(highSurrogate, ref chars); in GetByteCount() 671 fallbackBuffer.InternalFallback(highSurrogate, ref chars); in GetBytes() 692 fallbackBuffer.InternalFallback(ch, ref chars); in GetBytes() 735 fallbackBuffer.InternalFallback(highSurrogate, ref chars); in GetBytes() 841 charCount += fallbackBuffer.InternalFallback(fallbackBytes, bytes); in GetCharCount() 884 charCount += fallbackBuffer.InternalFallback(fallbackBytes, bytes); in GetCharCount() 990 if (!fallbackBuffer.InternalFallback(fallbackBytes, bytes, ref chars)) in GetChars() 1074 if (!fallbackBuffer.InternalFallback(fallbackBytes, bytes, ref chars)) in GetChars()
|
H A D | latin1encoding.cs | 133 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetByteCount() 166 fallbackBuffer.InternalFallback(ch, ref chars); in GetByteCount() 295 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetBytes() 333 fallbackBuffer.InternalFallback(ch, ref chars); in GetBytes()
|
H A D | sbcscodepageencoding.cs | 372 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetByteCount() 410 fallbackBuffer.InternalFallback(ch, ref chars); in GetByteCount() 554 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetBytes() 598 fallbackBuffer.InternalFallback(ch, ref chars); in GetBytes() 728 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() 856 if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars)) in GetChars()
|
H A D | asciiencoding.cs | 490 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetByteCount() 524 fallbackBuffer.InternalFallback(ch, ref chars); in GetByteCount() 672 fallbackBuffer.InternalFallback(charLeftOver, ref chars); in GetBytes() 705 fallbackBuffer.InternalFallback(ch, ref chars); in GetBytes() 816 charCount += fallbackBuffer.InternalFallback(byteBuffer, bytes); in GetCharCount() 918 if (!fallbackBuffer.InternalFallback(byteBuffer, bytes, ref chars)) in GetChars()
|
H A D | decoderfallback.cs | 150 internal unsafe virtual bool InternalFallback(byte[] bytes, byte* pBytes, ref char* chars) in InternalFallback() method in System.Text.DecoderFallbackBuffer 209 internal unsafe virtual int InternalFallback(byte[] bytes, byte* pBytes) in InternalFallback() method in System.Text.DecoderFallbackBuffer
|
H A D | decoderreplacementfallback.cs | 203 internal unsafe override int InternalFallback(byte[] bytes, byte* pBytes) in InternalFallback() method in System.Text.DecoderReplacementFallbackBuffer
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.Encoding.CodePages/src/System/Text/ |
H A D | DBCSCodePageEncoding.cs | 550 fallbackHelper.InternalFallback(charLeftOver, ref chars); in GetByteCount() 588 fallbackHelper.InternalFallback(ch, ref chars); in GetByteCount() 651 fallbackHelper.InternalFallback(charLeftOver, ref chars); in GetBytes() 687 fallbackHelper.InternalFallback(ch, ref chars); in GetBytes() 798 return fallbackHelper.InternalFallback(byteBuffer, bytes); in GetCharCount() 824 charCount += fallbackHelper.InternalFallback(byteBuffer, bytes); in GetCharCount() 888 charCount += fallbackHelper.InternalFallback(byteBuffer, bytes); in GetCharCount() 955 if (!fallbackHelper.InternalFallback(byteBuffer, bytes, ref chars)) in GetChars() 980 if (!fallbackHelper.InternalFallback(byteBuffer, bytes, ref chars)) in GetChars() 1050 if (!fallbackHelper.InternalFallback(byteBuffer, bytes, ref chars)) in GetChars()
|
H A D | SBCSCodePageEncoding.cs | 381 fallbackHelper.InternalFallback(charLeftOver, ref chars); in GetByteCount() 420 fallbackHelper.InternalFallback(ch, ref chars); in GetByteCount() 568 fallbackHelper.InternalFallback(charLeftOver, ref chars); in GetBytes() 615 fallbackHelper.InternalFallback(ch, ref chars); in GetBytes() 744 charCount += fallbackHelper.InternalFallback(byteBuffer, bytes); in GetCharCount() 877 if (!fallbackHelper.InternalFallback(byteBuffer, bytes, ref chars)) in GetChars()
|
H A D | DecoderFallbackBufferHelper.cs | 44 internal bool InternalFallback(byte[] bytes, byte* pBytes, ref char* chars) in InternalFallback() method 97 internal unsafe int InternalFallback(byte[] bytes, byte* pBytes) in InternalFallback() method
|
H A D | EncodingCharBuffer.cs | 156 if (_fallbackBufferHelper.InternalFallback(byteBuffer, _bytes, ref _chars) == false) in Fallback() 168 _charCountResult += _fallbackBufferHelper.InternalFallback(byteBuffer, _bytes); in Fallback()
|
H A D | EncoderFallbackBufferHelper.cs | 70 internal unsafe bool InternalFallback(char ch, ref char* chars) in InternalFallback() method
|