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