Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetCharCount() [2/5]

unsafe override int System.Text.GB18030Encoding.GetCharCount ( byte * bytes,
int count,
System::Text::DecoderNLS baseDecoder )
inlinevirtual

Reimplemented from System.Text.DBCSCodePageEncoding.

Definition at line 287 of file GB18030Encoding.cs.

288 {
289 return GetChars(bytes, count, null, 0, baseDecoder);
290 }
unsafe override int GetChars(byte *bytes, int byteCount, char *chars, int charCount, System.Text.DecoderNLS baseDecoder)

References System.bytes, System.count, and System.Text.GB18030Encoding.GetChars().