Public Member Functions | |
this (Buffer buffer) | |
uint | type () |
private override uint | importer1 (void *src, uint bytes, uint type) |
private override uint | exporter1 (void *dst, uint bytes, uint type) |
uint | exporter (void *dst, uint bytes, uint type) |
uint | importer (void *src, uint bytes, uint type) |
Public Attributes | |
protected Buffer | buffer |
|
Definition at line 54 of file Copy (2) of UtfCodec.d. References buffer. |
|
Definition at line 59 of file Copy (2) of UtfCodec.d. Referenced by ColumnWriter::encode(), and UnicodeExporter(). |
|
Definition at line 64 of file Copy (2) of UtfCodec.d. References buffer, convert(), Buffer::makeRoom(), and Buffer::write(). |
|
Definition at line 88 of file Copy (2) of UtfCodec.d. References buffer, convert(), Buffer::fill(), and Buffer::read(). |
|
Definition at line 112 of file Copy (2) of UtfCodec.d. References buffer, Buffer::error(), Buffer::fill(), Buffer::get(), and Buffer::readable(). Referenced by exporter(), exporter1(), from(), and UtfCodec(). |
|
Definition at line 138 of file Copy (2) of UtfCodec.d. References Buffer::append(), and buffer. Referenced by importer(), and into(). |
|
Definition at line 52 of file Copy (2) of UtfCodec.d. Referenced by BufferFormatTemplate(), BufferTokenizerTemplate(), CompositeTokenTemplate(), exporter(), exporter1(), importer(), importer1(), and this(). |