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

◆ GetCharCount() [4/7]

override int System.Text.DecoderDBCS.GetCharCount ( byte[] bytes,
int index,
int count )
inline

Definition at line 43 of file DecoderDBCS.cs.

44 {
45 return GetCharCount(bytes, index, count, flush: false);
46 }
override int GetCharCount(byte[] bytes, int index, int count)

References System.bytes, System.count, System.Text.DecoderDBCS.GetCharCount(), and System.index.