webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
UConverterToUnicodeArgs Struct Reference

#include <ucnv_err.h>

Public Attributes

uint16_t size
 
UBool flush
 
UConverterconverter
 
const char * source
 
const char * sourceLimit
 
UChartarget
 
const UChartargetLimit
 
int32_toffsets
 

Detailed Description

The structure for the toUnicode callback function parameter. ICU 2.0

Member Data Documentation

◆ converter

UConverter * UConverterToUnicodeArgs::converter

Pointer to the converter that is opened and to which this struct is passed as an argument. ICU 2.0

◆ flush

UBool UConverterToUnicodeArgs::flush

The internal state of converter will be reset and data flushed if set to TRUE. ICU 2.0

◆ offsets

int32_t * UConverterToUnicodeArgs::offsets

Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;. ICU 2.0

◆ size

uint16_t UConverterToUnicodeArgs::size

The size of this struct ICU 2.0

◆ source

const char * UConverterToUnicodeArgs::source

Pointer to the source source buffer. ICU 2.0

◆ sourceLimit

const char * UConverterToUnicodeArgs::sourceLimit

Pointer to the limit (end + 1) of source buffer. ICU 2.0

◆ target

UChar * UConverterToUnicodeArgs::target

Pointer to the target buffer. ICU 2.0

◆ targetLimit

const UChar * UConverterToUnicodeArgs::targetLimit

Pointer to the limit (end + 1) of target buffer. ICU 2.0


The documentation for this struct was generated from the following file: