Go to the source code of this file.
Functions | |
uint | type () |
private override uint | importer1 (void *src, uint bytes, uint type) |
private override uint | exporter1 (void *dst, uint bytes, uint type) |
override uint | importer (void *src, uint bytes, uint type) |
override uint | exporter (void *dst, uint bytes, uint type) |
private uint | into (void[] dst, void *src, uint bytes, uint type, uint *ate) |
private uint | from (void[] src, void *dst, uint bytes, uint type, uint *ate) |
Variables | |
module mango io | UtfCodec |
import mango io | Buffer |
import mango convert | Unicode |
RawCodec1 | buffer |
|
|
Definition at line 169 of file Copy (2) of UtfCodec.d. |
|
Definition at line 193 of file Copy (2) of UtfCodec.d. References buffer, convert(), RawCodec1::exporter(), From(), and type(). |
|
Definition at line 217 of file Copy (2) of UtfCodec.d. References buffer, convert(), RawCodec1::importer(), Into(), and type(). Referenced by BufferFormatTemplate(), and UtfCodec(). |
|
Definition at line 241 of file Copy (2) of UtfCodec.d. References buffer, convert(), RawCodec1::exporter(), From(), and type(). Referenced by UtfCodec(). |
|
Definition at line 265 of file Copy (2) of UtfCodec.d. References RawCodec1::importer(), type(), and Utf. Referenced by MutableStringTemplate(), SprintClassTemplate(), SprintStructTemplate(), UnicodeBomTemplate(), UnicodeFile(), UnicodeImporter(), UtfCodec(), and VersionTEMPLATE::UtfCodec1(). |
|
Definition at line 305 of file Copy (2) of UtfCodec.d. References RawCodec1::exporter(), type(), and Utf. Referenced by Socket::receiveFrom(), StringTemplate(), UnicodeBomTemplate(), UnicodeExporter(), UnicodeFile(), UtfCodec(), and VersionTEMPLATE::UtfCodec1(). |
|
Definition at line 39 of file Copy (2) of UtfCodec.d. Referenced by UtfCodec(). |
|
Definition at line 41 of file Copy (2) of UtfCodec.d. |
|
Definition at line 43 of file Copy (2) of UtfCodec.d. |
|