ICU 4.8.1.1
4.8.1.1
|
The structure for the toUnicode callback function parameter. More...
#include <ucnv_err.h>
Data Fields | |
uint16_t | size |
The size of this struct. | |
UBool | flush |
The internal state of converter will be reset and data flushed if set to TRUE. | |
UConverter * | converter |
Pointer to the converter that is opened and to which this struct is passed as an argument. | |
const char * | source |
Pointer to the source source buffer. | |
const char * | sourceLimit |
Pointer to the limit (end + 1) of source buffer. | |
UChar * | target |
Pointer to the target buffer. | |
const UChar * | targetLimit |
Pointer to the limit (end + 1) of target buffer. | |
int32_t * | offsets |
Pointer to the buffer that recieves the offsets. |
The structure for the toUnicode callback function parameter.
Definition at line 208 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 211 of file ucnv_err.h.
The internal state of converter will be reset and data flushed if set to TRUE.
Definition at line 210 of file ucnv_err.h.
Pointer to the buffer that recieves the offsets.
*offset = blah ; offset++;.
Definition at line 216 of file ucnv_err.h.
const char* UConverterToUnicodeArgs::source |
const char* UConverterToUnicodeArgs::sourceLimit |
Pointer to the limit (end + 1) of source buffer.
Definition at line 213 of file ucnv_err.h.
Pointer to the limit (end + 1) of target buffer.
Definition at line 215 of file ucnv_err.h.