Represents ASCII encoding. Objects of this class should only be allocated using System::MakeObject() ...
Definition: ascii_encoding.h:16
int GetMaxCharCount(int byteCount) override
Get the maximum number of characters needed to decode a specified number of bytes.
Definition: ascii_encoding.h:35
~ASCIIEncoding() override
Destructor.
int GetMaxByteCount(int char_count) override
Gets max byte count possible to hold a string of known character count.
ICU-based encoding implementation. FOR INTERNAL USE. Objects of this class should only be allocated u...
Definition: icu_encoding.h:17