#include <ucnv_err.h>
Public Attributes | |
uint16_t | size |
The size of this struct. More... | |
UBool | flush |
The internal state of converter will be reset and data flushed if set to TRUE. More... | |
UConverter * | converter |
Pointer to the converter that is opened and to which this struct is passed as an argument. More... | |
const UChar * | source |
Pointer to the source source buffer. More... | |
const UChar * | sourceLimit |
Pointer to the limit (end + 1) of source buffer. More... | |
char * | target |
Pointer to the target buffer. More... | |
const char * | targetLimit |
Pointer to the limit (end + 1) of target buffer. More... | |
int32_t * | offsets |
Pointer to the buffer that recieves the offsets. More... |
Definition at line 184 of file ucnv_err.h.
|
Pointer to the converter that is opened and to which this struct is passed as an argument.
Definition at line 187 of file ucnv_err.h. |
|
The internal state of converter will be reset and data flushed if set to TRUE.
Definition at line 186 of file ucnv_err.h. |
|
Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;.
Definition at line 192 of file ucnv_err.h. |
|
The size of this struct.
Definition at line 185 of file ucnv_err.h. |
|
Pointer to the source source buffer.
Definition at line 188 of file ucnv_err.h. |
|
Pointer to the limit (end + 1) of source buffer.
Definition at line 189 of file ucnv_err.h. |
|
Pointer to the target buffer.
Definition at line 190 of file ucnv_err.h. |
|
Pointer to the limit (end + 1) of target buffer.
Definition at line 191 of file ucnv_err.h. |