webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ucnv_err.h>
Public Attributes | |
uint16_t | size |
UBool | flush |
UConverter * | converter |
const char * | source |
const char * | sourceLimit |
UChar * | target |
const UChar * | targetLimit |
int32_t * | offsets |
The structure for the toUnicode callback function parameter. ICU 2.0
UConverter * UConverterToUnicodeArgs::converter |
Pointer to the converter that is opened and to which this struct is passed as an argument. ICU 2.0
UBool UConverterToUnicodeArgs::flush |
The internal state of converter will be reset and data flushed if set to TRUE. ICU 2.0
int32_t * UConverterToUnicodeArgs::offsets |
Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;. ICU 2.0
const char * UConverterToUnicodeArgs::source |
Pointer to the source source buffer. ICU 2.0
const char * UConverterToUnicodeArgs::sourceLimit |
Pointer to the limit (end + 1) of source buffer. ICU 2.0
UChar * UConverterToUnicodeArgs::target |
Pointer to the target buffer. ICU 2.0
const UChar * UConverterToUnicodeArgs::targetLimit |
Pointer to the limit (end + 1) of target buffer. ICU 2.0