Home
last modified time | relevance | path

Searched refs:ConvertWithLeftOverByte (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Text/
H A DDBCSDecoder.cs73 … private unsafe int ConvertWithLeftOverByte(byte* bytes, int count, char* chars, int charCount) in ConvertWithLeftOverByte() method in System.Text.DecoderDBCS
123 return ConvertWithLeftOverByte(bytes, count, null, 0); in GetCharCount()
196 int res = ConvertWithLeftOverByte(bytes, byteCount, chars, charCount); in GetChars()