Method | Description | |
---|---|---|
GetByteCountImpl ( char chars, int charCount, bool refresh ) : int | ||
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount, bool refresh ) : int | ||
ISO2022JPEncoder ( Portable.Text.MonoEncoding owner, bool allow1ByteKana, bool allowShiftIO ) : System | ||
Reset ( ) : void |
Method | Description | |
---|---|---|
IsShifted ( byte bytes ) : bool | ||
SetShifted ( byte bytes, bool state ) : void | ||
SwitchMode ( byte bytes, int &byteIndex, int &byteCount, ISO2022JPMode &cur, ISO2022JPMode next ) : void |
public GetByteCountImpl ( char chars, int charCount, bool refresh ) : int | ||
chars | char | |
charCount | int | |
refresh | bool | |
return | int |
public GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount, bool refresh ) : int | ||
chars | char | |
charCount | int | |
bytes | byte | |
byteCount | int | |
refresh | bool | |
return | int |
public ISO2022JPEncoder ( Portable.Text.MonoEncoding owner, bool allow1ByteKana, bool allowShiftIO ) : System | ||
owner | Portable.Text.MonoEncoding | |
allow1ByteKana | bool | |
allowShiftIO | bool | |
return | System |